[arch-commits] Commit in 4ti2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Sep 6 08:31:53 UTC 2018


    Date: Thursday, September 6, 2018 @ 08:31:53
  Author: arojas
Revision: 377377

Update to 1.6.9

Modified:
  4ti2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-06 08:31:52 UTC (rev 377376)
+++ PKGBUILD	2018-09-06 08:31:53 UTC (rev 377377)
@@ -1,15 +1,15 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=4ti2
-pkgver=1.6.7
+pkgver=1.6.9
 pkgrel=1
 pkgdesc="A software package for algebraic, geometric and combinatorial problems on linear spaces"
 arch=(x86_64)
-url="http://www.4ti2.de/"
+url="https://4ti2.github.io/"
 license=(GPL)
 depends=(glpk)
-source=("http://www.4ti2.de/version_$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('d4833a831d8d437f595d2e234a4471d7adbe1523fc63aa46cacea56af3e831bb')
+source=("https://github.com/4ti2/4ti2/releases/download/Release_${pkgver//./_}/$pkgname-$pkgver.tar.gz")
+sha256sums=('3053e7467b5585ad852f6a56e78e28352653943e7249ad5e5174d4744d174966')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list