[arch-commits] Commit in wine-mono/trunk (PKGBUILD)
Filipe LaĆns
ffy00 at archlinux.org
Mon Sep 3 12:38:27 UTC 2018
Date: Monday, September 3, 2018 @ 12:38:27
Author: ffy00
Revision: 376388
Use https instead of http
Modified:
wine-mono/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-03 11:49:17 UTC (rev 376387)
+++ PKGBUILD 2018-09-03 12:38:27 UTC (rev 376388)
@@ -8,10 +8,10 @@
pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
arch=('any')
-url="http://wiki.winehq.org/Mono"
+url="https://wiki.winehq.org/Mono"
license=('GPL' 'LGPL2.1' 'MPL')
depends=('wine')
-source=(http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi)
+source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi")
sha512sums=('d51c0e21c8448a4d11c3e4fd530bda340cc93cd420080e08aadd7b704183dcadf8553b0937e02c7a54a8a2fb46a395718a3e807b85f19936b0e4ee7b92052dfe')
package() {
More information about the arch-commits
mailing list