moosefs: update to 3.0.100.

Closes: #12170 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-05 09:37:18 -03:00 committed by Michael Aldridge
parent 15ff237295
commit aa22457f8e
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'moosefs'
pkgname=moosefs
version=3.0.80
version=3.0.100
revision=1
build_style=gnu-configure
configure_args="--localstatedir=/var/lib --with-default-user=_mfs --with-default-group=_mfs"
@ -9,10 +9,10 @@ makedepends="zlib-devel libpcap-devel fuse-devel"
system_accounts="_mfs"
short_desc="A fault tolerant, network distributed file system"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
license="GPL-2.0-only"
homepage="http://moosefs.org/"
distfiles="http://ppa.moosefs.com/src/moosefs-${version}-1.tar.gz"
checksum=f1a7fea882d44af71f4b09e04df4683cd4ee064e9b0a2ad32116263e60c7b4e7
checksum=5c2c8d8fcfc08a705f918f19e2dc968d43a9afa2ab3b356323e9407923846fb9
pre_configure() {
sed -i 's,AC_RUN_IFELSE,AC_LINK_IFELSE,g' configure.ac

1
srcpkgs/moosefs/update Normal file
View file

@ -0,0 +1 @@
pattern="$pkgname-\K[\d\.]*(?=\-1\.tar\.gz)"