summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d271b534ee7..2c0ede3346ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eclipse-platform
pkgdesc = A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager
- pkgver = 4.30
+ pkgver = 4.31
pkgrel = 1
url = https://www.eclipse.org
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = eclipse-platform
depends = java-runtime>=11
depends = unzip
depends = webkit2gtk
- provides = eclipse=4.30
+ provides = eclipse=4.31
conflicts = eclipse-common
options = !strip
- source = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.30-202312010110/eclipse-platform-4.30-linux-gtk-x86_64.tar.gz&r=1
+ source = http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.31-202402290520/eclipse-platform-4.31-linux-gtk-x86_64.tar.gz&r=1
source = eclipse.sh
source = eclipse.desktop
- sha512sums = 251d0f31fc38a0ef8c9abc5f2a8007c7e9d422d2a80486beb3a999b014184b8cca63e3aef8637b71aad1168a006416946895a1336598d7f2c44be9b14d120547
+ sha512sums = 3b27d9d435ebd3aa69ed34fbb8b185e791dd419c2713fc9b6e6184bd4372f88963b09edf1efe8b06b474db2f7abdcd8ada66ed92b1416a7bdbfccd2efc00f780
sha512sums = 5d0068de0b134468d6a9f0c2be1ac7a8253152cac9e9561ba32c0bc11bb503dbcc7dba64ff3989179c3276bac9153bae46205d86978442a067837eb8677c384d
sha512sums = 44b1427e884dc455726ef93276c800f7f0079c5008dd67e55084bb73f4b9e095397f126230ecdc506cb576a5747d18e216f531bf99876a0f9457d8cd5abed9d2
diff --git a/PKGBUILD b/PKGBUILD
index d5f405d9decb..a78faabcfe05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Jesus Jerez <jhuss@archlinux.org.ve>
pkgname=eclipse-platform
-pkgver=4.30
-_pkgbuild=202312010110
+pkgver=4.31
+_pkgbuild=202402290520
pkgrel=1
pkgdesc="A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager"
url="https://www.eclipse.org"
@@ -25,7 +25,7 @@ source=(
)
sha512sums=(
- "251d0f31fc38a0ef8c9abc5f2a8007c7e9d422d2a80486beb3a999b014184b8cca63e3aef8637b71aad1168a006416946895a1336598d7f2c44be9b14d120547"
+ "3b27d9d435ebd3aa69ed34fbb8b185e791dd419c2713fc9b6e6184bd4372f88963b09edf1efe8b06b474db2f7abdcd8ada66ed92b1416a7bdbfccd2efc00f780"
"5d0068de0b134468d6a9f0c2be1ac7a8253152cac9e9561ba32c0bc11bb503dbcc7dba64ff3989179c3276bac9153bae46205d86978442a067837eb8677c384d"
"44b1427e884dc455726ef93276c800f7f0079c5008dd67e55084bb73f4b9e095397f126230ecdc506cb576a5747d18e216f531bf99876a0f9457d8cd5abed9d2"
)