summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXorg2019-07-05 18:05:23 +0200
committerXorg2019-07-05 18:05:23 +0200
commite636f08dfcd85100a66192163819c1e1c8aec2aa (patch)
tree057a1393543834c25dd8422db12f7c6eef0a06e9
parent45a0d07bbedec487c2da02891c4d072bdd44f107 (diff)
downloadaur-e636f08dfcd85100a66192163819c1e1c8aec2aa.tar.gz
Update URL field with HTTPS protocol
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b91b9b6534..fe00aa508f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = memtest86-efi
pkgdesc = A free, thorough, stand alone memory test as an EFI application
pkgver = 8.2
pkgrel = 2
- url = http://www.memtest86.com
+ url = https://www.memtest86.com
install = memtest86-efi.install
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 63ae9ce519b4..0b7ac19aa325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=8.2
pkgrel=2
pkgdesc="A free, thorough, stand alone memory test as an EFI application"
arch=('any')
-url="http://www.memtest86.com"
+url="https://www.memtest86.com"
license=('GPL2' 'custom:PassMark')
makedepends=('p7zip')
optdepends=('efibootmgr: to add a new EFI boot entry'