Date: Tuesday, April 9, 2019 @ 16:26:31
  Author: arojas
Revision: 350474

https

Modified:
  glpk/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-09 16:25:41 UTC (rev 350473)
+++ PKGBUILD    2019-04-09 16:26:31 UTC (rev 350474)
@@ -7,10 +7,10 @@
 pkgrel=2
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('x86_64')
-url="http://www.gnu.org/software/glpk/glpk.html";
+url="https://www.gnu.org/software/glpk/glpk.html";
 license=('GPL')
 depends=('gmp')
-source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig} 
glpk-remove-warnings.patch)
+source=(https://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig} 
glpk-remove-warnings.patch)
 sha1sums=('d9b607a9cf3a25b754a0cd9a842ea5043f8604db'
           'SKIP'
           '6f4e904c5dc88a8b43391e030496644d77e39163')

Reply via email to