proplib: fix distfile, update to 0.6.10.
This commit is contained in:
parent
877c4a41e6
commit
7654d9451d
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'proplib'
|
||||
pkgname=proplib
|
||||
version=0.6.9
|
||||
version=0.6.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
|
@ -8,9 +8,9 @@ makedepends="zlib-devel"
|
|||
short_desc="Portable Property container object library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/xtraeme/portableproplib"
|
||||
distfiles="https://github.com/xtraeme/portableproplib/archive/${version}.tar.gz"
|
||||
checksum=0104b6f604fde4ecde22c499a2c77f5d323464efbdbfb0a8b551f9931c565079
|
||||
homepage="https://gitlab.com/xtraeme/portableproplib"
|
||||
distfiles="https://gitlab.com/xtraeme/portableproplib/-/archive/${version}/portableproplib-${version}.tar.gz"
|
||||
checksum=e8fa7dbec90815a83d14c326286ee55196a9fe5b3192478671e58e7185db33dc
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue