summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos S. Pappas2021-05-07 13:11:57 +0300
committerManos S. Pappas2021-05-07 13:11:57 +0300
commitfd74c59b4f48f3aba99c449f5a6ab27bdc4b6285 (patch)
tree245b523c726bdeb54b12e4b679f5ff79eb2281d9
parent342ffecc059ea72861b7ebb49569090b5515406d (diff)
downloadaur-fd74c59b4f48f3aba99c449f5a6ab27bdc4b6285.tar.gz
Update 4.1.0 HTTPS
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d173c73b5c7..fb0c77bdd54f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = openeuphoria
pkgdesc = Fast interpreted or compiled general purpose programming language.
pkgver = 4.1.0
- pkgrel = 2
- url = http://openeuphoria.org
+ pkgrel = 3
+ url = https://openeuphoria.org
arch = i686
arch = x86_64
license = custom:"OpenEuphoria License"
conflicts = euphoria
options = staticlibs
- source_i686 = http://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-4.1.0-Linux-x86-57179171dbed.tar.gz/download
+ source_i686 = https://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-4.1.0-Linux-x86-57179171dbed.tar.gz/download
md5sums_i686 = 6264506b48d135c19fa85ecc44fb305b
- source_x86_64 = http://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-4.1.0-Linux-x64-57179171dbed.tar.gz/download
+ source_x86_64 = https://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-4.1.0-Linux-x64-57179171dbed.tar.gz/download
md5sums_x86_64 = a19ac9fcbe92c4916e4af3499a0af6f8
pkgname = openeuphoria
diff --git a/PKGBUILD b/PKGBUILD
index 1c764851c3cc..8c24c6be360e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=openeuphoria
pkgver=4.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Fast interpreted or compiled general purpose programming language."
-url="http://openeuphoria.org"
+url="https://openeuphoria.org"
license=('custom:"OpenEuphoria License"')
conflicts=('euphoria')
arch=('i686' 'x86_64')
options=('staticlibs')
-source_x86_64=(http://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-${pkgver}-Linux-x64-57179171dbed.tar.gz/download)
-source_i686=(http://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-${pkgver}-Linux-x86-57179171dbed.tar.gz/download)
+source_x86_64=(https://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-${pkgver}-Linux-x64-57179171dbed.tar.gz/download)
+source_i686=(https://sourceforge.net/projects/rapideuphoria/files/Euphoria/4.1.0-beta2/euphoria-${pkgver}-Linux-x86-57179171dbed.tar.gz/download)
md5sums_x86_64=('a19ac9fcbe92c4916e4af3499a0af6f8')
md5sums_i686=('6264506b48d135c19fa85ecc44fb305b')