mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
proplib: fix distfile, update to 0.6.10.
This commit is contained in:
parent
877c4a41e6
commit
7654d9451d
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'proplib'
|
# Template file for 'proplib'
|
||||||
pkgname=proplib
|
pkgname=proplib
|
||||||
version=0.6.9
|
version=0.6.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -8,9 +8,9 @@ makedepends="zlib-devel"
|
||||||
short_desc="Portable Property container object library"
|
short_desc="Portable Property container object library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/xtraeme/portableproplib"
|
homepage="https://gitlab.com/xtraeme/portableproplib"
|
||||||
distfiles="https://github.com/xtraeme/portableproplib/archive/${version}.tar.gz"
|
distfiles="https://gitlab.com/xtraeme/portableproplib/-/archive/${version}/portableproplib-${version}.tar.gz"
|
||||||
checksum=0104b6f604fde4ecde22c499a2c77f5d323464efbdbfb0a8b551f9931c565079
|
checksum=e8fa7dbec90815a83d14c326286ee55196a9fe5b3192478671e58e7185db33dc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue