summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-04-29 08:24:54 -0400
committerAndrew Sun2020-04-29 08:24:54 -0400
commitcb36df48b6d604e18eee1754157560a7adb87431 (patch)
tree9532a3c834f884887e2bf88be6390b1d9194d830 /PKGBUILD
parenta41b74d3ff3ddaea56cf21f670b6a9b97e24c215 (diff)
downloadaur-xom.tar.gz
1.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66ece81a4a32..401c2317eb05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Joel Sevilleja Febrer <Joel7987 at gmail dot com>
pkgname=xom
-pkgver=1.3.3
+pkgver=1.3.5
pkgrel=1
pkgdesc="A Java XML Object Model"
arch=('any')
@@ -12,7 +12,7 @@ license=('LGPL')
makedepends=('apache-ant')
depends=('java-runtime')
source=("http://www.cafeconleche.org/XOM/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('34540f8a1aa9110a9adca2266a08ba528240b15110fc8336964395c128476699')
+sha256sums=('8723045f815dc0f04cfb63d1ac69b286991da4d9e3d5c7c0a152dd787adb8fe1')
build() {
cd "${srcdir}"/XOM