eclipse: fix checksum for i686
This commit is contained in:
parent
b3da013ac2
commit
e09e89d502
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
|||
checksum=0ca7ab6c4a9dafc373e134848c9bec9e7a038c0db0c25c136fe56e3d51df5c1f
|
||||
else
|
||||
distfiles="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/eclipse-standard-${_release}-linux-gtk.tar.gz"
|
||||
checksum=d32a08061678cf171f28c0c19e3a3da49d311a8f7428666b6ab3d6a499dd1fed
|
||||
checksum=9dc6465bbeca89364e35b52343e1e6d5a2b54df515e30bec6845a45806222fbe
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue