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