mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/sparsehash: upgrade to 2.0.3
This commit is contained in:
parent
af56a4e494
commit
9ada7a3cdc
@ -1,10 +1,10 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=sparsehash
|
||||
pkgver=2.0.2
|
||||
pkgver=2.0.3
|
||||
pkgrel=0
|
||||
pkgdesc="Library that contains several hash-map implementations"
|
||||
url="http://code.google.com/p/sparsehash"
|
||||
url="https://github.com/sparsehash/sparsehash"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends=""
|
||||
@ -12,9 +12,9 @@ depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://sparsehash.googlecode.com/files/sparsehash-$pkgver.tar.gz"
|
||||
source="https://github.com/sparsehash/sparsehash/archive/sparsehash-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/sparsehash-$pkgver
|
||||
_builddir="$srcdir"/sparsehash-sparsehash-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
@ -44,6 +44,6 @@ package() {
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="1db92ed7f257d9b5f14a309d75e8a1d4 sparsehash-2.0.2.tar.gz"
|
||||
sha256sums="2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c sparsehash-2.0.2.tar.gz"
|
||||
sha512sums="27d823551bc8364dd3c10f071e51bab55d2bbe9cf74ddb8337d118475aa7fdd38ae07dbb7dbd721c1350830325cadccdadf127f9996f26387e412e108edba3a1 sparsehash-2.0.2.tar.gz"
|
||||
md5sums="d8d5e2538c1c25577b3f066d7a55e99e sparsehash-2.0.3.tar.gz"
|
||||
sha256sums="05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c sparsehash-2.0.3.tar.gz"
|
||||
sha512sums="bb00d0acb8eba65f7da8015ea4f6bebf8bba36ed6777881960ee215f22b7be17b069c59838d210551ce67a34baccfc7b2fed603677ec53c0c32714d8e76f5d6c sparsehash-2.0.3.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user