summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-05-24 11:45:01 +0200
committerHans-Nikolai Viessmann2021-05-24 11:45:01 +0200
commit2307c230b40758d116599acaeb3eb1855440e8ad (patch)
tree986bdb0339effdb15195abf1d1f54267882dbae6
parentfd9d886d6a59ce98dafc4738d31fa391d77c3a87 (diff)
downloadaur-sac-compiler-weekly.tar.gz
bump to revision 659; change DL URL
-rw-r--r--.SRCINFO8
-rw-r--r--LICENSE.txt2
-rw-r--r--PKGBUILD10
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 900526c7a1f7..aa95bac64e3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sac-compiler-weekly
pkgdesc = The compiler (sac2c) of the Single-Assignment C programming language (weekly build)
- pkgver = 1.3.3.390
+ pkgver = 1.3.3.659
pkgrel = 1
url = http://www.sac-home.org/
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = sac-compiler-weekly
provides = sac-compiler
conflicts = sac-compiler
replaces = sac-compiler
- source = https://gitlab.science.ru.nl/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/1.3.3-390-1/full/sac2c-1.3.3-MijasCosta-390-g4d66b-omnibus.tar.gz
+ source = https://gitlab.sac-home.org/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/1.3.3-659-1/full/sac2c-1.3.3-MijasCosta-659-g81b0e-omnibus.tar.gz
source = LICENSE.txt
source = Makefile
- sha256sums = a3ddb99c5200feaf52f17d142c2e8742a1c3c0c9d44f7bdf6acdc1ff7159ad03
- sha256sums = 70a44340820b0515f1d29e663342f0ed8efb3a29fa5619f18461cbaf7cdf27c3
+ sha256sums = f48fe4532fe6ccbe85bc1f515bc055870bee45bf11430ccd2798a62f2682b0f5
+ sha256sums = cb641cc7eb118bbf08dadffc35c57eb7a1ab4d542c3e73c79f5c4f7c1560bf22
sha256sums = eb965cc10ff6d032627429b87c553c2eb962d92753a8e30cfebdf699d1f5504a
pkgname = sac-compiler-weekly
diff --git a/LICENSE.txt b/LICENSE.txt
index 768fc6b7e245..78961fc13789 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -6,7 +6,7 @@ SAC - Single Assignment C
SAC COPYRIGHT NOTICE, LICENSE, AND DISCLAIMER
-(c) Copyright 1994 - 2020 by
+(c) Copyright 1994 - 2021 by
SAC Development Team
diff --git a/PKGBUILD b/PKGBUILD
index 7b602fd37ef5..63496b8d3a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=sac-compiler-weekly
_version=1.3.3
_rev=1
-_changes=390
+_changes=659
_name=MijasCosta
-_commit=g4d66b
+_commit=g81b0e
pkgver="${_version}.${_changes}"
pkgrel=1
pkgdesc='The compiler (sac2c) of the Single-Assignment C programming language (weekly build)'
@@ -19,11 +19,11 @@ optdepends=('sac-stdlib-weekly: StdLib for the SaC Compiler')
provides=('sac-compiler')
replaces=('sac-compiler')
conflicts=('sac-compiler')
-source=("https://gitlab.science.ru.nl/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/${_version}-${_changes}-${_rev}/full/sac2c-${_version}-${_name}-${_changes}-${_commit}-omnibus.tar.gz"
+source=("https://gitlab.sac-home.org/sac-group/sac-packages/-/raw/master/packages/weekly/Linux/${_version}-${_changes}-${_rev}/full/sac2c-${_version}-${_name}-${_changes}-${_commit}-omnibus.tar.gz"
'LICENSE.txt'
'Makefile')
-sha256sums=('a3ddb99c5200feaf52f17d142c2e8742a1c3c0c9d44f7bdf6acdc1ff7159ad03'
- '70a44340820b0515f1d29e663342f0ed8efb3a29fa5619f18461cbaf7cdf27c3'
+sha256sums=('f48fe4532fe6ccbe85bc1f515bc055870bee45bf11430ccd2798a62f2682b0f5'
+ 'cb641cc7eb118bbf08dadffc35c57eb7a1ab4d542c3e73c79f5c4f7c1560bf22'
'eb965cc10ff6d032627429b87c553c2eb962d92753a8e30cfebdf699d1f5504a')
build () {