summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJunYoung Gwak2020-01-06 13:03:58 +0900
committerJunYoung Gwak2020-01-06 13:03:58 +0900
commita683da3817705729c7fc091810198d5f4ba6d675 (patch)
treefaf663a50907ea9856b4ce4fe264f6f6f2c24fe7 /PKGBUILD
parent4c0a11d4a346dbfc23c0ce543f95c2364c31999b (diff)
downloadaur-a683da3817705729c7fc091810198d5f4ba6d675.tar.gz
Change download url protocol from http to https.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01c4ddaeff0e..992e0e7d32b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('libpng' 'gconf')
optdepends=('google-chrome')
md5sums=('77e6b631478c63c2df5809822a0af916')
-source=("${pkgname}_${pkgver}_linux64.zip::http://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")
+source=("${pkgname}_${pkgver}_linux64.zip::https://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")
package() {
mkdir -p "$pkgdir/usr/bin/"