sparsehash: update to 2.0.3.
This commit is contained in:
parent
3dd91dcc18
commit
a05a717a5b
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'sparsehash'
|
||||
pkgname=sparsehash
|
||||
version=2.0.2
|
||||
version=2.0.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
short_desc="Library that contains several hash-map implementations"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
homepage="http://code.google.com/p/sparsehash"
|
||||
distfiles="http://sparsehash.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
checksum=2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c
|
||||
homepage="https://github.com/sparsehash/sparsehash"
|
||||
distfiles="https://github.com/sparsehash/sparsehash/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue