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

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


    Date: Tuesday, October 30, 2018 @ 21:51:48
  Author: anatolik
Revision: 399696

Use https for the source file

Modified:
  ruby-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-30 21:51:15 UTC (rev 399695)
+++ PKGBUILD	2018-10-30 21:51:48 UTC (rev 399696)
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('ruby-mini_mime')
 options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
 noextract=("${pkgname#*-}-${pkgver}.gem")
 sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
 



More information about the arch-commits mailing list