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

Anatol Pomozov anatolik at archlinux.org
Tue Oct 30 21:52:19 UTC 2018


    Date: Tuesday, October 30, 2018 @ 21:52:18
  Author: anatolik
Revision: 399697

Use https for the source file

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-30 21:51:48 UTC (rev 399696)
+++ PKGBUILD	2018-10-30 21:52:18 UTC (rev 399697)
@@ -10,7 +10,7 @@
 license=('GPL2' 'MIT' 'PerlArtistic')
 depends=('ruby' 'ruby-mime-types-data')
 options=('!emptydirs')
-source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem")
+source=("https://rubygems.org/downloads/mime-types-${pkgver}.gem")
 noextract=("mime-types-${pkgver}.gem")
 sha256sums=('93f308f0b6754b0ca50dd1982b817f65b8946f6a34bd3db6bd3d8a5265f05d3a')
 



More information about the arch-commits mailing list