summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-03-01 12:55:41 +0100
committerSimon Legner2019-03-01 12:55:41 +0100
commit5d1de9e277ebc921f8d7b6b66574ce4c2c29f926 (patch)
tree216de1fc6c85d8f056e1e3f1cff3a638d178d379
parentedbbd0a02dc31ef4156c342f53cdf238cd7a77ef (diff)
downloadaur-5d1de9e277ebc921f8d7b6b66574ce4c2c29f926.tar.gz
Update to 2.15.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5af2a86b5461..652e3f21fdd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libosmium
pkgdesc = Fast and flexible C++ library for working with OpenStreetMap data.
- pkgver = 2.15.0
+ pkgver = 2.15.1
pkgrel = 1
url = http://osmcode.org/libosmium/
arch = any
@@ -19,8 +19,8 @@ pkgbase = libosmium
optdepends = doxygen: build Libosmium API documentation
provides = libosmium
conflicts = libosmium-git
- source = libosmium-2.15.0.tar.gz::https://github.com/osmcode/libosmium/archive/v2.15.0.tar.gz
- sha256sums = 16387d206977717e5982907a380c6f0fb6e0c02c96a7e7d2d23e2d516ae25315
+ source = libosmium-2.15.1.tar.gz::https://github.com/osmcode/libosmium/archive/v2.15.1.tar.gz
+ sha256sums = 4c0fe0146aee20423d9526e88f205fe442257fdf26df19225e2bde6084bad0ef
pkgname = libosmium
diff --git a/PKGBUILD b/PKGBUILD
index 612f913631e4..df822afde61e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=libosmium
-pkgver=2.15.0
+pkgver=2.15.1
pkgrel=1
pkgdesc="Fast and flexible C++ library for working with OpenStreetMap data."
url="http://osmcode.org/libosmium/"
@@ -41,4 +41,4 @@ package() {
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha256sums=('16387d206977717e5982907a380c6f0fb6e0c02c96a7e7d2d23e2d516ae25315')
+sha256sums=('4c0fe0146aee20423d9526e88f205fe442257fdf26df19225e2bde6084bad0ef')