[arch-commits] Commit in java10-openjdk/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Dec 5 22:40:02 UTC 2019


    Date: Thursday, December 5, 2019 @ 22:40:02
  Author: anthraxx
Revision: 370441

switch to HTTPS urls

Modified:
  java10-openjdk/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-05 22:27:19 UTC (rev 370440)
+++ PKGBUILD	2019-12-05 22:40:02 UTC (rev 370441)
@@ -13,13 +13,13 @@
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
 arch=('x86_64')
-url='http://openjdk.java.net/'
+url='https://openjdk.java.net/'
 license=('custom')
 makedepends=('jdk10-openjdk' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 'libx11'
              'libxrender' 'libxtst' 'libxt' 'libxext' 'alsa-lib' 'pandoc'
              'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
              'libnet' 'bash')
-source=(http://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
+source=(https://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
         freedesktop-java.desktop
         freedesktop-jconsole.desktop
         freedesktop-jshell.desktop)



More information about the arch-commits mailing list