[arch-commits] Commit in ruby-iconv/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Oct 30 21:51:16 UTC 2018


    Date: Tuesday, October 30, 2018 @ 21:51:15
  Author: anatolik
Revision: 399695

Use https for the source file

Modified:
  ruby-iconv/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-30 18:35:52 UTC (rev 399694)
+++ PKGBUILD	2018-10-30 21:51:15 UTC (rev 399695)
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('ruby')
 options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
 noextract=("${pkgname#*-}-${pkgver}.gem")
 sha256sums=('ef913e92e05002d37bebed57e8ecbad91b8a9da5da3b0f80bafd32d3ccc171da')
 



More information about the arch-commits mailing list