gpart: update to 0.2.2.
This commit is contained in:
parent
011ceb78eb
commit
495f48a281
|
@ -1,11 +1,16 @@
|
|||
# Template file for 'gpart'
|
||||
pkgname=gpart
|
||||
version=0.2.1
|
||||
version=0.2.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Partition table rescue/guessing tool"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
hostmakedepends="automake"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/baruch/gpart"
|
||||
distfiles="https://github.com/baruch/gpart/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=4efdaf4a557bf1b3fb3379bf684772dc1c0a05c9251eec53299b9f2362ea4e50
|
||||
distfiles="https://github.com/baruch/gpart/archive/v${version}.tar.gz"
|
||||
checksum=82b2f9fd86439cf1435da00abfde5bdf7ea4d8ee0355e45e9d7d93f109e5f0d4
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue