summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a062f00be93..0e5b499c1705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Tim Besard <tim.besard@gmail.com>
# Maintainer: Jose Riha <jose 1711 gmail com>
pkgname=osmosis
-pkgver=0.47.4
+pkgver=0.48.1
pkgrel=1
pkgdesc="Command line Java application for processing OSM data."
arch=('any')
@@ -9,7 +9,7 @@ url="http://wiki.openstreetmap.org/wiki/Osmosis"
license=('GPL')
depends=('java-runtime')
source=(https://github.com/openstreetmap/osmosis/releases/download/${pkgver}/osmosis-${pkgver}.tgz)
-md5sums=('ac429506df8c3887f8ca9e3c81b55b3c')
+md5sums=('38b324a795ec59a4e00b7194946689bd')
package() {
cd "$srcdir"