mtd-utils: update to 2.1.1
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
fd6e4155a4
commit
df2d767be7
1 changed files with 12 additions and 7 deletions
|
@ -1,13 +1,18 @@
|
|||
# Template build file for 'mtd-utils'.
|
||||
# Template file for 'mtd-utils'
|
||||
pkgname=mtd-utils
|
||||
version=2.1.0
|
||||
revision=2
|
||||
version=2.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="acl-devel liblzma-devel libuuid-devel lzo-devel zlib-devel libressl-devel"
|
||||
hostmakedepends="autoconf automake libtool pkg-config"
|
||||
makedepends="acl-devel liblzma-devel libuuid-devel lzo-devel
|
||||
zlib-devel libressl-devel libzstd-devel"
|
||||
short_desc="Memory Technology Device Utilities"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www.linux-mtd.infradead.org/"
|
||||
distfiles="ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$version.tar.bz2"
|
||||
checksum=b4b995b06d93aee4125e8e44c05a1cae6eea545ca5a6e8a377405ee8aa454bd2
|
||||
distfiles="https://github.com/sigma-star/mtd-utils/archive/v${version}.tar.gz"
|
||||
checksum=685c5d5ad3b0f510aa4e167820ca4d603197a1aa6bb49356786f02be1edba2cd
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue