schilytools: update to 2022.10.16.
This commit is contained in:
parent
f14d533d23
commit
4a94b29bdf
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'schilytools'
|
||||
pkgname=schilytools
|
||||
version=2021.09.18
|
||||
revision=2
|
||||
version=2022.10.16
|
||||
revision=1
|
||||
build_style=meta
|
||||
makedepends="acl-devel attr-devel e2fsprogs-devel m4"
|
||||
depends="sccs sdd sfind smake star ved"
|
||||
short_desc="Schily's portable tools"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="CDDL-1.0"
|
||||
homepage="https://sourceforge.net/projects/schilytools/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/schily-${version//./-}.tar.bz2"
|
||||
checksum=7c93f43d22c6e3de0eafe018ceb26ddd5cc6c543dc301f307d1e6ca313248aa4
|
||||
homepage="https://codeberg.org/schilytools/schilytools"
|
||||
distfiles="https://codeberg.org/schilytools/schilytools/archive/${version//./-}.tar.gz"
|
||||
checksum=3045178aa0c10d2c275cfe3bd13c852b698541c088eb023325a53dfe0e4bbc06
|
||||
nocross=yes # configure + re-builds with itself
|
||||
|
||||
do_build() {
|
||||
|
|
|
@ -1 +1 @@
|
|||
pattern='/AN-\K[\d-]+'
|
||||
pattern='\d\d\d\d-\d\d-\d\d'
|
||||
|
|
Loading…
Reference in New Issue