rset: update to 3.1.
This commit is contained in:
parent
594b3dc24a
commit
648e25bc7d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rset'
|
# Template file for 'rset'
|
||||||
pkgname=rset
|
pkgname=rset
|
||||||
version=3.0
|
version=3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f Makefile.linux"
|
make_build_args="-f Makefile.linux"
|
||||||
|
@ -12,7 +12,7 @@ license="ISC"
|
||||||
homepage="https://scriptedconfiguration.org/"
|
homepage="https://scriptedconfiguration.org/"
|
||||||
changelog="https://github.com/eradman/rset/blob/master/NEWS"
|
changelog="https://github.com/eradman/rset/blob/master/NEWS"
|
||||||
distfiles="https://scriptedconfiguration.org/code/rset-${version}.tar.gz"
|
distfiles="https://scriptedconfiguration.org/code/rset-${version}.tar.gz"
|
||||||
checksum=065b11ebe17f766478f748cc792a554a02fafb2f5d98a07a48e68417b5c5d2d8
|
checksum=25228ce805c2dc464fa7e5b26d2cffb5d7a4f37fdb2b7b7a3958a2aab6df1e1e
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
make_build_args="-f Makefile.linux-compat"
|
make_build_args="-f Makefile.linux-compat"
|
||||||
|
|
Loading…
Reference in New Issue