mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/darts-clone: upgrade to 0.32h
This commit is contained in:
parent
73e18ead07
commit
c49d7c6f67
1 changed files with 4 additions and 6 deletions
|
@ -2,17 +2,15 @@
|
|||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
maintainer="Celeste <cielesti@protonmail.com>"
|
||||
pkgname=darts-clone
|
||||
pkgver=0_git20181117
|
||||
_gitrev=e40ce4627526985a7767444b6ed6893ab6ff8983
|
||||
pkgrel=1
|
||||
pkgver=0.32h
|
||||
pkgrel=0
|
||||
pkgdesc="C++ header library for a static double-array trie structure"
|
||||
url="https://github.com/s-yata/darts-clone"
|
||||
arch="all !s390x" # s390x: failed dictionary test
|
||||
license="BSD-2-Clause"
|
||||
makedepends="autoconf automake libtool"
|
||||
subpackages="$pkgname-dev"
|
||||
source="$pkgname-$_gitrev.tar.gz::https://github.com/s-yata/darts-clone/archive/$_gitrev.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$_gitrev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/s-yata/darts-clone/archive/v$pkgver.tar.gz"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
@ -39,5 +37,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
092cc833fff937365117f5b780f09a1ffdd25104ab57e36f7cba25a9a6bee289c105cae997a50b61b5b542c1c34d71bddf132d0ca14d563198b57caa9af2ac22 darts-clone-e40ce4627526985a7767444b6ed6893ab6ff8983.tar.gz
|
||||
5cbbf8c5fa3cc2ec15e72b57d63e0cf324a18a54f17fe80556aa3521568b2deabdab649ebfae4a2e97ff1c2c512be981ed7fb190ca4583e4424db0c6e452b17f darts-clone-0.32h.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue