xap/eclipse: Upgraded to eclipse-4.28.

This commit is contained in:
Damien Goutte-Gattat 2023-09-10 20:35:40 +01:00
parent 9b8f00bde2
commit 98c7aadf31
Signed by: damien
GPG Key ID: 6F7F0F91D138FC7B
3 changed files with 5 additions and 5 deletions

View File

@ -1 +0,0 @@
6d70a896ad70ef79f527447e5b0d1b373ca00179653ab2361aa9550d0a87068d eclipse-java-2021-12-R-linux-gtk-x86_64.tar.gz

View File

@ -0,0 +1 @@
142e33831fbbe52f53255a746b35a038dff0366a04cb4d3be2d8fe0ce76f34e8 eclipse-java-2023-06-R-linux-gtk-x86_64.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2019,2021,2022 Damien Goutte-Gattat
# Copyright (C) 2019,2021,2022,2023 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -29,9 +29,9 @@ ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')}
# Source package infos
NAMESRC=${NAMESRC:-eclipse}
VERSION=${VERSION:-4.22}
ARCHIVE=${ARCHIVE:-$NAMESRC-java-2021-12-R-linux-gtk-$ARCH.tar.gz}
WGET=${WGET:-https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2021-12/R/$ARCHIVE&r=1}
VERSION=${VERSION:-4.28}
ARCHIVE=${ARCHIVE:-$NAMESRC-java-2023-06-R-linux-gtk-$ARCH.tar.gz}
WGET=${WGET:-https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2023-06/R/$ARCHIVE&r=1}
# Build infos
NAMEPKG=${NAMEPKG:-eclipse}