mdds: update to 1.3.0.
Uses the tarballs upstream provides. Upstream even provides the sha256sum, so this is a no-brainer. Closes: #8726 [via git-merge-pr]
This commit is contained in:
parent
31222e5596
commit
8643dbe862
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'mdds'
|
||||
pkgname=mdds
|
||||
version=1.2.3
|
||||
revision=2
|
||||
_gitrev=08aba857efa2896b202bab09bf0023c714fe6842
|
||||
wrksrc="${pkgname}-${version}-${_gitrev}"
|
||||
version=1.3.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.com/mdds/mdds"
|
||||
hostmakedepends="automake"
|
||||
distfiles="https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${version}>$pkgname-$version.tar.gz"
|
||||
checksum=379b5c2cf2d73db393aedbbdb7326081e32ed7d96746eccb26d9120f9ce5719c
|
||||
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
|
||||
checksum=00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460
|
||||
noarch=yes
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue