mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
Merge pull request #7092 from cr6git/Oracle-JRE
oracle-jre: update to 8u141
This commit is contained in:
commit
1293937cf9
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'oracle-jre'
|
# Template file for 'oracle-jre'
|
||||||
pkgname=oracle-jre
|
pkgname=oracle-jre
|
||||||
version=8u131
|
version=8u141
|
||||||
revision=1
|
revision=1
|
||||||
|
|
||||||
_longVersion=1.${version%u*}.0_${version#*u}
|
_longVersion=1.${version%u*}.0_${version#*u}
|
||||||
_build=11
|
_build=15
|
||||||
_tag=d54c1d3a095b4ff2b6607d096fa80163
|
_tag=336fa29ff2bb4ef291e347e091f7f4a7
|
||||||
|
|
||||||
short_desc="Java Runtime Environment (JRE)"
|
short_desc="Java Runtime Environment (JRE)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -22,12 +22,12 @@ case "${XBPS_TARGET_MACHINE}" in
|
||||||
x86_64)
|
x86_64)
|
||||||
_arch=amd64
|
_arch=amd64
|
||||||
_filename=jre-${version}-linux-x64.tar.gz
|
_filename=jre-${version}-linux-x64.tar.gz
|
||||||
checksum="355e5cdb066d4cada1f9f16f358b6fa6280ff5caf7470cf0d5cdd43083408d35"
|
checksum=f268b4d20577be86e1d98451a27b59fd0e99aacd7e9ad7eb35abc3ffa2370c4d
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
_arch=i386
|
_arch=i386
|
||||||
_filename=jre-${version}-linux-i586.tar.gz
|
_filename=jre-${version}-linux-i586.tar.gz
|
||||||
checksum="a773f2fe17061ef637ed2094b06313a99c0b45ba3d3cb7f8f1ebf18448495aeb"
|
checksum=b1cf6a5161d68fcb16285e9dfdd664e6508287a80c351574327b0257baef3d1a
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue