summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mikovits2019-02-12 15:45:27 +0100
committerChristian Mikovits2019-02-12 15:45:27 +0100
commitc6520fee8027a4391ec7e7928fc20f8cfd9b73f6 (patch)
treeef37f5b827c805f5c91af170c8b2620b2647a29a
parent5212251bd554d09c43288931282b2eac89a248df (diff)
downloadaur-c6520fee8027a4391ec7e7928fc20f8cfd9b73f6.tar.gz
update to v26.1.0, switch to sha256sum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 072ac0885be4..51239948924e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gams
pkgdesc = The General Algebraic Modeling System (GAMS) is a high-level modeling system for mathematical optimization.
- pkgver = 25.1.1
+ pkgver = 26.1.0
pkgrel = 1
url = http://www.gams.com/
arch = x86_64
license = custom
- source = https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.1/linux/linux_x64_64_sfx.exe
- md5sums = 466ea4c0ab7803550d1e7632f878dd00
+ source = https://d37drm4t2jghv5.cloudfront.net/distributions/26.1.0/linux/linux_x64_64_sfx.exe
+ sha256sums = 1eb8d551ce3489cb10e062566f9b3da7e1e98079d75c692540ff41101c7c024c
pkgname = gams
diff --git a/PKGBUILD b/PKGBUILD
index d2d9211042ee..6adb45167629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Peter Reschenhofer < peterreschenhofer at gmail dot com >
+# Maintainer: gaelic < gaelic at luchmhor dot net>
pkgname=gams
-pkgver=25.1.1
+pkgver=26.1.0
pkgrel=1
pkgdesc="The General Algebraic Modeling System (GAMS) is a high-level modeling system for mathematical optimization."
arch=('x86_64')
@@ -10,7 +11,8 @@ depends=()
conflicts=()
source=("https://d37drm4t2jghv5.cloudfront.net/distributions/${pkgver}/linux/linux_x64_64_sfx.exe")
-md5sums=("b17308acc2e38ab585645779048ce829")
+
+sha256sums=("1eb8d551ce3489cb10e062566f9b3da7e1e98079d75c692540ff41101c7c024c")
package() {
install -d ${pkgdir}/{opt/gams,usr/bin}