mdds: update to 1.2.0
This commit is contained in:
parent
3a06fb6f8e
commit
d6d58d37ee
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'mdds'
|
# Template file for 'mdds'
|
||||||
pkgname=mdds
|
pkgname=mdds
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
_gitrev=ef218ea3d0c7e6e8cc1dc2b3a36149dd6f431155
|
_gitrev=e02fecf8cca04e96fc052577cc161bdf50631a99
|
||||||
|
wrksrc="${pkgname}-${version}-${_gitrev}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.com/mdds/mdds"
|
homepage="https://gitlab.com/mdds/mdds"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
distfiles="https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=$version>${pkgname}_${version}.tar.gz"
|
distfiles="https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${version}>$pkgname-$version.tar.gz"
|
||||||
checksum=457da61cb46947413d05bb6dc948f8d0e1cf4ec79b1d1013a5c1038b720eaec4
|
checksum=9942d8239077367ddb586a1c2610abfe567fe459185df3c454a910a9cd0d2d15
|
||||||
wrksrc="${pkgname}-${version}-${_gitrev}"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue