summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetres2018-06-18 13:50:17 +0200
committerpetres2018-06-18 13:50:17 +0200
commit5212251bd554d09c43288931282b2eac89a248df (patch)
tree2240d38286ea7ae07658212a4815b14fa33755de
parentcb385fa79ee42957f45c9abc24de5dce9d1cf773 (diff)
downloadaur-5212251bd554d09c43288931282b2eac89a248df.tar.gz
25.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e30a70b9efb..072ac0885be4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
-# Generated by mksrcinfo v8
-# Tue Sep 19 15:35:11 UTC 2017
pkgbase = gams
pkgdesc = The General Algebraic Modeling System (GAMS) is a high-level modeling system for mathematical optimization.
- pkgver = 24.9.1
+ pkgver = 25.1.1
pkgrel = 1
url = http://www.gams.com/
arch = x86_64
license = custom
- source = https://d37drm4t2jghv5.cloudfront.net/distributions/24.9.1/linux/linux_x64_64_sfx.exe
+ source = https://d37drm4t2jghv5.cloudfront.net/distributions/25.1.1/linux/linux_x64_64_sfx.exe
md5sums = 466ea4c0ab7803550d1e7632f878dd00
pkgname = gams
diff --git a/PKGBUILD b/PKGBUILD
index 91dabd9aa153..d2d9211042ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Peter Reschenhofer < peterreschenhofer at gmail dot com >
pkgname=gams
-pkgver=24.9.1
+pkgver=25.1.1
pkgrel=1
pkgdesc="The General Algebraic Modeling System (GAMS) is a high-level modeling system for mathematical optimization."
arch=('x86_64')
@@ -9,8 +9,8 @@ url="http://www.gams.com/"
depends=()
conflicts=()
-source=("https://d37drm4t2jghv5.cloudfront.net/distributions/24.9.1/linux/linux_x64_64_sfx.exe")
-md5sums=("466ea4c0ab7803550d1e7632f878dd00")
+source=("https://d37drm4t2jghv5.cloudfront.net/distributions/${pkgver}/linux/linux_x64_64_sfx.exe")
+md5sums=("b17308acc2e38ab585645779048ce829")
package() {
install -d ${pkgdir}/{opt/gams,usr/bin}