mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
bzip2: fix homepage= and distfiles=
This commit is contained in:
parent
95a67c2042
commit
5833857757
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'bzip2'.
|
# Template file for 'bzip2'
|
||||||
pkgname=bzip2
|
pkgname=bzip2
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=13
|
revision=14
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
homepage="http://www.bzip.org"
|
|
||||||
distfiles="http://www.bzip.org/$version/$pkgname-$version.tar.gz"
|
|
||||||
short_desc="The bzip2 compression library"
|
short_desc="The bzip2 compression library"
|
||||||
license="bzip2-1.0.6"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
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
|
checksum=a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue