summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-11-20 21:20:01 +0100
committerSimon Legner2019-11-20 21:20:01 +0100
commit92b37d0ca6eb1aea991253e3d105f681550d3527 (patch)
tree871dbe9762b318c7ad8cc726de189d60c952bb0c
parentc623b051d4da2e639c5c7f8d1c6ef9dd408d1d05 (diff)
downloadaur-92b37d0ca6eb1aea991253e3d105f681550d3527.tar.gz
upgpkg: osmium-tool 1.11.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 649ea31c5334..3ad698330f11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osmium-tool
pkgdesc = Command line tool for working with OpenStreetMap data based on the Osmium library
- pkgver = 1.11.0
+ pkgver = 1.11.1
pkgrel = 1
url = http://osmcode.org/osmium-tool/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = osmium-tool
depends = boost-libs
depends = expat
optdepends = pandoc: building documentation
- source = osmium-tool-1.11.0.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.11.0.tar.gz
- sha256sums = 09720d8ffcf250000628cb174934885962e09677094bd5bd96071f11fe170f4f
+ source = osmium-tool-1.11.1.tar.gz::https://github.com/osmcode/osmium-tool/archive/v1.11.1.tar.gz
+ sha256sums = ea47ca909d167951b975673b8a818600f988aeb35a5a911d4a3a0004bc76f04a
pkgname = osmium-tool
diff --git a/PKGBUILD b/PKGBUILD
index 973507f0a142..b68b0d766559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=osmium-tool
-pkgver=1.11.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="Command line tool for working with OpenStreetMap data based on the Osmium library"
arch=('i686' 'x86_64')
@@ -30,4 +30,4 @@ package() {
install -Dm644 ../zsh_completion/_osmium "${pkgdir}/usr/share/zsh/site-functions/_osmium"
}
-sha256sums=('09720d8ffcf250000628cb174934885962e09677094bd5bd96071f11fe170f4f')
+sha256sums=('ea47ca909d167951b975673b8a818600f988aeb35a5a911d4a3a0004bc76f04a')