summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2023-07-17 19:09:59 +0200
committerLucas Werkmeister2023-07-17 19:09:59 +0200
commit0c88fe04ff15b335a8894db5a607b3a7f76d633e (patch)
tree3b2ae1995d7ed97260f5a7038e4645ac227f1ea7
parent203ad5f756e5c2172611390497b1f2233e2e3ff3 (diff)
downloadaur-0c88fe04ff15b335a8894db5a607b3a7f76d633e.tar.gz
Update to 4.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3a6c24a1927..22eb89433ecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = apache-jena
pkgdesc = Java framework for building Semantic Web and Linked Data applications
- pkgver = 4.8.0
+ pkgver = 4.9.0
pkgrel = 1
url = https://jena.apache.org/
arch = any
license = Apache
depends = java-runtime
- source = https://downloads.apache.org/jena/binaries/apache-jena-4.8.0.tar.gz
- sha512sums = d6b8d271c612a53f4683eb9b2f76c213452fdc38eef7b5d56100cd2c0f4c3153d07757120b08a27dd5a8fd27b51bd573273be713befaa205edfa2957ec82b5e5
+ source = https://downloads.apache.org/jena/binaries/apache-jena-4.9.0.tar.gz
+ sha512sums = 04f87c42a3b5fe65ad554beb8a1ef90ca7e0305d306fb18a15bb808891c259f420ab4f630e6b4abbb017e32284f97e23f7b848a21dc57f32ad53f604cb82e28b
pkgname = apache-jena
diff --git a/PKGBUILD b/PKGBUILD
index a8f516e7e63c..2189c70b1984 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=4.8.0
+pkgver=4.9.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=("https://downloads.apache.org/${pkgname/apache-/}/binaries/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('d6b8d271c612a53f4683eb9b2f76c213452fdc38eef7b5d56100cd2c0f4c3153d07757120b08a27dd5a8fd27b51bd573273be713befaa205edfa2957ec82b5e5')
+sha512sums=('04f87c42a3b5fe65ad554beb8a1ef90ca7e0305d306fb18a15bb808891c259f420ab4f630e6b4abbb017e32284f97e23f7b848a21dc57f32ad53f604cb82e28b')
package() {
cd "$pkgname-$pkgver"