diff -Nru adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.amd64 adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.amd64 --- adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.amd64 2020-01-17 14:23:48.000000000 +0000 +++ adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.amd64 2020-07-15 14:44:29.000000000 +0000 @@ -9,9 +9,9 @@ exit 1 } -FILENAME_TAR_GZ="OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz" -DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz" -SHA256SUM_TGZ="330d19a2eaa07ed02757d7a785a77bab49f5ee710ea03b4ee2fa220ddd0feffc" +FILENAME_TAR_GZ="OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz" +DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz" +SHA256SUM_TGZ="6e4cead158037cb7747ca47416474d4f408c9126be5b96f9befd532e0a762b47" # @TODO: maybe remove J_ID J_ID=adoptopenjdk-11-jdk-hotspot INSTALLER_DIR=/var/cache/adoptopenjdk-11-jdk-hotspot-installer diff -Nru adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.arm64 adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.arm64 --- adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.arm64 2020-01-17 14:23:48.000000000 +0000 +++ adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.arm64 2020-07-15 14:44:29.000000000 +0000 @@ -9,9 +9,9 @@ exit 1 } -FILENAME_TAR_GZ="OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.6_10.tar.gz" -DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.6_10.tar.gz" -SHA256SUM_TGZ="04b77f6754aed68528f39750c5cfd6a439190206aff216aa081d62a0e1a794fa" +FILENAME_TAR_GZ="OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.8_10.tar.gz" +DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.8_10.tar.gz" +SHA256SUM_TGZ="fb27ea52ed901c14c9fe8ad2fc10b338b8cf47d6762571be1fe3fb7c426bab7c" # @TODO: maybe remove J_ID J_ID=adoptopenjdk-11-jdk-hotspot INSTALLER_DIR=/var/cache/adoptopenjdk-11-jdk-hotspot-installer diff -Nru adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.armel adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.armel --- adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.armel 2020-01-17 14:23:48.000000000 +0000 +++ adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.armel 2020-07-15 14:44:29.000000000 +0000 @@ -9,9 +9,9 @@ exit 1 } -FILENAME_TAR_GZ="OpenJDK11U-jdk_arm_linux_hotspot_11.0.6_10.tar.gz" -DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_arm_linux_hotspot_11.0.6_10.tar.gz" -SHA256SUM_TGZ="ab5b76203e54fe7a5221535f6f407efa43153de029a746f60af3cffb7cb5080b" +FILENAME_TAR_GZ="OpenJDK11U-jdk_arm_linux_hotspot_11.0.8_10.tar.gz" +DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_arm_linux_hotspot_11.0.8_10.tar.gz" +SHA256SUM_TGZ="d00370967e4657e137cc511e81d6accbfdb08dba91e6268abef8219e735fbfc5" # @TODO: maybe remove J_ID J_ID=adoptopenjdk-11-jdk-hotspot INSTALLER_DIR=/var/cache/adoptopenjdk-11-jdk-hotspot-installer diff -Nru adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.ppc64el adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.ppc64el --- adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.ppc64el 2020-01-17 14:23:48.000000000 +0000 +++ adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.ppc64el 2020-07-15 14:44:29.000000000 +0000 @@ -9,9 +9,9 @@ exit 1 } -FILENAME_TAR_GZ="OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.6_10.tar.gz" -DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.6_10.tar.gz" -SHA256SUM_TGZ="9247f0271744188489b0dd628cab90e76ca1f22fa3bbcdebd9bfc4f140908df5" +FILENAME_TAR_GZ="OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.8_10.tar.gz" +DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.8_10.tar.gz" +SHA256SUM_TGZ="d206a63cd719b65717f7f20ee3fe49f0b8b2db922986b4811c828db57212699e" # @TODO: maybe remove J_ID J_ID=adoptopenjdk-11-jdk-hotspot INSTALLER_DIR=/var/cache/adoptopenjdk-11-jdk-hotspot-installer diff -Nru adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.s390x adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.s390x --- adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.s390x 2020-01-17 14:23:48.000000000 +0000 +++ adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/adoptopenjdk-11-jdk-hotspot-installer.postinst.s390x 2020-07-15 14:44:29.000000000 +0000 @@ -9,9 +9,9 @@ exit 1 } -FILENAME_TAR_GZ="OpenJDK11U-jdk_s390x_linux_hotspot_11.0.6_10.tar.gz" -DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.6_10.tar.gz" -SHA256SUM_TGZ="250fc79db2d6c70e655ff319e2db8ca205858bf82c9f30b040bda0c90cd9f583" +FILENAME_TAR_GZ="OpenJDK11U-jdk_s390x_linux_hotspot_11.0.8_10.tar.gz" +DOWNLOAD_TAR_GZ_URL="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_s390x_linux_hotspot_11.0.8_10.tar.gz" +SHA256SUM_TGZ="5619e1437c7cd400169eb7f1c831c2635fdb2776a401147a2fc1841b01f83ed6" # @TODO: maybe remove J_ID J_ID=adoptopenjdk-11-jdk-hotspot INSTALLER_DIR=/var/cache/adoptopenjdk-11-jdk-hotspot-installer diff -Nru adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/changelog adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/changelog --- adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/changelog 2020-01-17 14:23:48.000000000 +0000 +++ adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/changelog 2020-07-15 14:44:29.000000000 +0000 @@ -1,11 +1,11 @@ -adoptopenjdk-11-jdk-hotspot-installer (202001171423~11.0.6b10~eoan) eoan; urgency=medium +adoptopenjdk-11-jdk-hotspot-installer (202007151444~11.0.8b10~eoan) eoan; urgency=medium * Installer for AdoptOpenJDK JDK 11 with Hotspot - * JDK 11 composed version 202001171423~11.0.6b10~eoan. - * Exact version for architecture s390x: jdk-11.0.6+10 - * Exact version for architecture ppc64el: jdk-11.0.6+10 - * Exact version for architecture armel: jdk-11.0.6+10 - * Exact version for architecture arm64: jdk-11.0.6+10 - * Exact version for architecture amd64: jdk-11.0.6+10 + * JDK 11 composed version 202007151444~11.0.8b10~eoan. + * Exact version for architecture amd64: jdk-11.0.8+10 + * Exact version for architecture s390x: jdk-11.0.8+10 + * Exact version for architecture ppc64el: jdk-11.0.8+10 + * Exact version for architecture armel: jdk-11.0.8+10 + * Exact version for architecture arm64: jdk-11.0.8+10 - -- Ricardo Pardini (Pardini Yubi 2017) Fri, 17 Jan 2020 14:23:48 +0000 + -- Ricardo Pardini (Pardini Yubi 2017) Wed, 15 Jul 2020 14:44:29 +0000 diff -Nru adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/control adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/control --- adoptopenjdk-11-jdk-hotspot-installer-202001171423~11.0.6b10~eoan/debian/control 2020-01-17 14:23:48.000000000 +0000 +++ adoptopenjdk-11-jdk-hotspot-installer-202007151444~11.0.8b10~eoan/debian/control 2020-07-15 14:44:29.000000000 +0000 @@ -8,7 +8,7 @@ Package: adoptopenjdk-11-jdk-hotspot-installer Section: java -Architecture: s390x ppc64el armel arm64 amd64 +Architecture: amd64 s390x ppc64el armel arm64 Pre-Depends: wget, ca-certificates, bash (>= 4.0) Depends: java-common (>= 0.24), locales, libxrender1, libxtst6, libxi6, libfontconfig1, libasound2, ${misc:Depends} Recommends: fonts-dejavu-extra @@ -23,7 +23,7 @@ Package: adoptopenjdk-11-jdk-hotspot-set-default Section: java -Architecture: s390x ppc64el armel arm64 amd64 +Architecture: amd64 s390x ppc64el armel arm64 Pre-Depends: adoptopenjdk-11-jdk-hotspot-installer(= ${binary:Version}) Depends: ${misc:Depends} Provides: adoptopenjdk-default @@ -35,7 +35,7 @@ Package: adoptopenjdk-11-installer Section: java -Architecture: s390x ppc64el armel arm64 amd64 +Architecture: amd64 s390x ppc64el armel arm64 Depends: adoptopenjdk-11-jdk-hotspot-installer(= ${binary:Version}), ${misc:Depends} Recommends: adoptopenjdk-11-jdk-hotspot-set-default(= ${binary:Version}) Description: Virtual package for AdoptOpenJDK JDK 11 with Hotspot