xap/eclipse: Upgraded to eclipse-4.28.
This commit is contained in:
parent
9b8f00bde2
commit
98c7aadf31
|
@ -1 +0,0 @@
|
|||
6d70a896ad70ef79f527447e5b0d1b373ca00179653ab2361aa9550d0a87068d eclipse-java-2021-12-R-linux-gtk-x86_64.tar.gz
|
|
@ -0,0 +1 @@
|
|||
142e33831fbbe52f53255a746b35a038dff0366a04cb4d3be2d8fe0ce76f34e8 eclipse-java-2023-06-R-linux-gtk-x86_64.tar.gz
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue