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>
|
||||||
maintainer="Celeste <cielesti@protonmail.com>"
|
maintainer="Celeste <cielesti@protonmail.com>"
|
||||||
pkgname=darts-clone
|
pkgname=darts-clone
|
||||||
pkgver=0_git20181117
|
pkgver=0.32h
|
||||||
_gitrev=e40ce4627526985a7767444b6ed6893ab6ff8983
|
pkgrel=0
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="C++ header library for a static double-array trie structure"
|
pkgdesc="C++ header library for a static double-array trie structure"
|
||||||
url="https://github.com/s-yata/darts-clone"
|
url="https://github.com/s-yata/darts-clone"
|
||||||
arch="all !s390x" # s390x: failed dictionary test
|
arch="all !s390x" # s390x: failed dictionary test
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
makedepends="autoconf automake libtool"
|
makedepends="autoconf automake libtool"
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="$pkgname-$_gitrev.tar.gz::https://github.com/s-yata/darts-clone/archive/$_gitrev.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/s-yata/darts-clone/archive/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$pkgname-$_gitrev"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
@ -39,5 +37,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
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