summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2019-05-05 21:37:34 +0200
committerLucas Werkmeister2019-05-05 21:37:34 +0200
commit1d419f4c96797849f7ea5e1e59d99def6408edfe (patch)
tree6af9a1584f5f5aea58b2792c41fca57abcfc61d9 /PKGBUILD
parenta4e6f7c30e872ea33aa3ea050c4f88ecae2b8989 (diff)
downloadaur-1d419f4c96797849f7ea5e1e59d99def6408edfe.tar.gz
Update to 3.11.0
The checksum algorithm stayed stable this time, yay.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4adc311000f..b5ff4c56bc90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
# TODO improve installation per https://wiki.archlinux.org/index.php/Java_package_guidelines – several of the dependencies have their own packages
pkgname=apache-jena
-pkgver=3.10.0
+pkgver=3.11.0
pkgrel=1
pkgdesc='Java framework for building Semantic Web and Linked Data applications'
arch=('any')
@@ -9,7 +9,7 @@ url='https://jena.apache.org/'
license=('Apache')
depends=('java-runtime')
source=("http://www-us.apache.org/dist/${pkgname/apache-/}/binaries/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7dafe7aa28cb85a6da9f6f2b109372ec0d097d4f07d8cb5882dde814b55cdb60512ab9bc09c2593118aaf3fbbc1f65f1d3b921faca7bddefd3f6bf9d7f332998')
+sha512sums=('7598dfe5d7f367949eb4361fc7d160fc908b67a1e3307e78f368ef8d95510f88819416c26b503bc8257c170e4d6b46b79c0634f1ba830ed2fa9782611187198e')
package() {
cd "$pkgname-$pkgver"