bzip2: fix homepage= and distfiles=
This commit is contained in:
parent
95a67c2042
commit
5833857757
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'bzip2'.
|
||||
# Template file for 'bzip2'
|
||||
pkgname=bzip2
|
||||
version=1.0.6
|
||||
revision=13
|
||||
revision=14
|
||||
bootstrap=yes
|
||||
homepage="http://www.bzip.org"
|
||||
distfiles="http://www.bzip.org/$version/$pkgname-$version.tar.gz"
|
||||
short_desc="The bzip2 compression library"
|
||||
license="bzip2-1.0.6"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="bzip2-1.0.6"
|
||||
homepage="http://sources.redhat.com/bzip2"
|
||||
distfiles="http://sources.redhat.com/pub/bzip2/v${version/./}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue