diff options
author | Musikolo | 2024-06-15 08:36:00 -0500 |
---|---|---|
committer | Musikolo | 2024-06-15 08:36:00 -0500 |
commit | 5937e840729bb5e3b98f075f54c72a8e7af8e3f5 (patch) | |
tree | 192332a9b23bd0d7782279887ac811a0d47fda7f | |
parent | 75c99e882e03399892cb5fd6f78edb82ce2cde9c (diff) | |
download | aur-5937e840729bb5e3b98f075f54c72a8e7af8e3f5.tar.gz |
Upgrade to version 4.23.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri May 3 01:50:53 UTC 2024 +# Sat Jun 15 13:35:37 UTC 2024 pkgbase = spring-tool-suite pkgdesc = The Spring Tool Suite (STS) from SpringSource. - pkgver = 4.22.1 + pkgver = 4.23.0 pkgrel = 1 url = https://spring.io/tools install = spring-tool-suite.install @@ -11,9 +11,9 @@ pkgbase = spring-tool-suite depends = unzip depends = webkit2gtk conflicts = springsource-tool-suite - source_x86_64 = https://cdn.spring.io/spring-tools/release/STS4/4.22.1.RELEASE/dist/e4.31/spring-tool-suite-4-4.22.1.RELEASE-e4.31.0-linux.gtk.x86_64.tar.gz + source_x86_64 = https://cdn.spring.io/spring-tools/release/STS4/4.23.0.RELEASE/dist/e4.32/spring-tool-suite-4-4.23.0.RELEASE-e4.32.0-linux.gtk.x86_64.tar.gz source_x86_64 = spring-tool-suite.desktop - sha256sums_x86_64 = 0919e75a71dd2da2029b232fff70f6b80afe4be7f1fa2ad6946b275248876337 + sha256sums_x86_64 = 920726f417d3f5002e68f46d478782fcc0deeaf296c8eab19cdb3c389c1f72bd sha256sums_x86_64 = 11c51ae27864a5c529f832506cb740c0681ad9d51c4b5f69212f61890d6aafac pkgname = spring-tool-suite @@ -5,10 +5,10 @@ # Original maintainer: Marcin pkgname=spring-tool-suite -pkgver=4.22.1 +pkgver=4.23.0 _pkgver_release=$pkgver.RELEASE -_eclipse_pkgver=e4.31.0 -_eclipse_pkgver_short=e4.31 +_eclipse_pkgver=e4.32.0 +_eclipse_pkgver_short=e4.32 pkgrel=1 pkgdesc="The Spring Tool Suite (STS) from SpringSource." arch=('x86_64') @@ -22,7 +22,7 @@ source_x86_64=( "https://cdn.spring.io/spring-tools/release/STS4/${_pkgver_release}/dist/${_eclipse_pkgver_short}/${pkgname}-4-${_pkgver_release}-${_eclipse_pkgver}-linux.gtk.x86_64.tar.gz" "${pkgname}.desktop" ) -sha256sums_x86_64=('0919e75a71dd2da2029b232fff70f6b80afe4be7f1fa2ad6946b275248876337' +sha256sums_x86_64=('920726f417d3f5002e68f46d478782fcc0deeaf296c8eab19cdb3c389c1f72bd' '11c51ae27864a5c529f832506cb740c0681ad9d51c4b5f69212f61890d6aafac') package() { |