aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-12 11:11:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-12 11:22:49 -0300
commit83cedcca5e3bdcb9b69c0fa77aefbeb6124be010 (patch)
tree36238a988ad668fc5a8b472504cb61634314a18e /testing
parentb6f90975a44023e2804d5c679d11b5e856d858c9 (diff)
testing/laszip: upgrade to 3.4.3
Diffstat (limited to 'testing')
-rw-r--r--testing/laszip/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/laszip/APKBUILD b/testing/laszip/APKBUILD
index 698d44c1d96..1aadc99f95a 100644
--- a/testing/laszip/APKBUILD
+++ b/testing/laszip/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bradley J Chambers <brad.chambers@gmail.com>
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname=laszip
-pkgver=3.4.1
+pkgver=3.4.3
pkgrel=0
pkgdesc="LASzip point cloud compression library"
url="https://github.com/laszip/laszip"
@@ -10,7 +10,7 @@ license="LGPL-2.0-or-later"
options="!check"
makedepends="cmake"
subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/LASzip/$pkgname/archive/$pkgver.tar.gz"
+source="laszip-$pkgver.tar.gz::https://github.com/LASzip/laszip/archive/$pkgver.tar.gz"
builddir="$srcdir"/LASzip-"$pkgver"
build() {
@@ -26,4 +26,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="875303d4672c61778694b8a969cc1e4239564f2fa81b35cba472f7eb28c71ca9bf052ca633dcdc8cbfb486a6c6849caed9833669fd1ba0aa5ee0065e7e2013f1 laszip-3.4.1.tar.gz"
+sha512sums="e99d03b7383d07d35463c9d1643787ec5030722d80798b4d9eb2a7935d3181ea6485e298589023814c21fc89851dd7c5232a65b4c9041ccccf1450b80d293268 laszip-3.4.3.tar.gz"