summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-05-19 19:41:08 +0200
committerMichel Zou2022-05-19 19:41:08 +0200
commit114796ba9ea3968a15a654cc4d6b7cc185baecba (patch)
tree7ba5b171f53a28d50744d0e1bcfbca1b5b28add3
parentda44491f3b5f176001bd7e6e1df343e013b68a5a (diff)
downloadaur-114796ba9ea3968a15a654cc4d6b7cc185baecba.tar.gz
2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb0eb4fb8232..3d3abf5df479 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-pdal
pkgdesc = A C++ library for translating and manipulating point cloud data (mingw-w64)
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = http://www.pdal.io
arch = any
@@ -15,7 +15,7 @@ pkgbase = mingw-w64-pdal
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/PDAL/PDAL/releases/download/2.4.0/PDAL-2.4.0-src.tar.gz
- sha256sums = c08e56c0d3931ab9e612172d5836673dfa2d5e6b2bf4f8d22c912b126b590b15
+ source = https://github.com/PDAL/PDAL/releases/download/2.4.1/PDAL-2.4.1-src.tar.gz
+ sha256sums = 4df8463f68087e3742691048f5ab9db04269fc54bc418e4dc53e2c761bd825f2
pkgname = mingw-w64-pdal
diff --git a/PKGBUILD b/PKGBUILD
index d6d9de5dcc69..ff34190ef82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pdal
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="A C++ library for translating and manipulating point cloud data (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-gdal' 'mingw-w64-libgeotiff' 'mingw-w64-jsoncpp' 'mingw-w64-
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/PDAL/PDAL/releases/download/${pkgver}/PDAL-${pkgver}-src.tar.gz")
-sha256sums=('c08e56c0d3931ab9e612172d5836673dfa2d5e6b2bf4f8d22c912b126b590b15')
+sha256sums=('4df8463f68087e3742691048f5ab9db04269fc54bc418e4dc53e2c761bd825f2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"