summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornomisge2024-03-24 23:52:02 +0100
committernomisge2024-03-24 23:52:02 +0100
commit424bfa7794c39d7c98ec3a775a3b45b5be65f846 (patch)
tree18f3a491b432b54a78e35f4a9a9ecdae59c4e88a
parent7c81648c3b22c9f27104b6a55c744ab4b65d0cb9 (diff)
downloadaur-bluej.tar.gz
Version 5.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79ef32e8eaca..55e9c5a7def2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluej
pkgdesc = A free Java Development Environment designed for beginners, used by millions worlwide.
- pkgver = 5.2.1
- pkgrel = 3
+ pkgver = 5.3.0
+ pkgrel = 1
url = https://www.bluej.org
arch = any
license = GPL2
@@ -16,11 +16,11 @@ pkgbase = bluej
depends = java-runtime=17
depends = java-environment=17
depends = java-openjfx=17
- source = https://www.bluej.org/download/files/BlueJ-linux-521.deb
+ source = https://www.bluej.org/download/files/BlueJ-linux-530.deb
source = bluej
source = bluej.desktop
source = bluej.xml
- sha256sums = a462a2bfda0f86dff6e14ad77bfc0896ea36762bc9caf26acf3163b402b7b584
+ sha256sums = cb0b67b6df365158686e3d325aa8e6c818aa3087b8798583624645bd2bed8bf0
sha256sums = 11370ac770b4a45a67acfbc72008719b779cdd2b3c4dae2e22fc4ccce8137e2b
sha256sums = a845f3997ce91cfb1eeb882f4a6e1e4408b7a7d7c2e164495b5a077bdf353e7f
sha256sums = e05453bd791b34ab6cfd6b67250dd18210f47505344b7980ad28bf922c014772
diff --git a/PKGBUILD b/PKGBUILD
index 9e8cce96caf1..86760eaa0d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: zerathidune <zerathidune @ gmail . com>
pkgname=bluej
-pkgver=5.2.1
-pkgrel=3
+pkgver=5.3.0
+pkgrel=1
pkgdesc="A free Java Development Environment designed for beginners, used by millions worlwide."
arch=('any')
url="https://www.${pkgname}.org"
@@ -20,7 +20,7 @@ source=("https://www.${pkgname}.org/download/files/BlueJ-linux-${pkgver//.}.deb"
"${pkgname}"
"${pkgname}.desktop"
"${pkgname}.xml")
-sha256sums=('a462a2bfda0f86dff6e14ad77bfc0896ea36762bc9caf26acf3163b402b7b584'
+sha256sums=('cb0b67b6df365158686e3d325aa8e6c818aa3087b8798583624645bd2bed8bf0'
'11370ac770b4a45a67acfbc72008719b779cdd2b3c4dae2e22fc4ccce8137e2b'
'a845f3997ce91cfb1eeb882f4a6e1e4408b7a7d7c2e164495b5a077bdf353e7f'
'e05453bd791b34ab6cfd6b67250dd18210f47505344b7980ad28bf922c014772')