Revert "Revert "fs-utils: update to 1.10.""

This reverts commit c145ade9a5.
This commit is contained in:
Juan RP 2015-07-27 08:37:29 +02:00
parent c145ade9a5
commit 2683ee1fe8
1 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,7 @@
# Template file for 'fs-utils'. # Template file for 'fs-utils'.
pkgname=fs-utils pkgname=fs-utils
version=v1.10 reverts=v1.10_1
version=1.10
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="git" hostmakedepends="git"
@ -10,9 +11,5 @@ short_desc="NetBSD File System Access Utilities in Userland"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD" license="BSD"
homepage="https://github.com/rumpkernel/fs-utils" homepage="https://github.com/rumpkernel/fs-utils"
distfiles="$homepage/archive/v$version.tar.gz"
do_fetch() { checksum=0f63aa92f673f290d4bca9009ca6f213e70ac70519c5cdac3fa64acf5afa5bae
local url="git://github.com/rumpkernel/fs-utils.git"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
}