summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-17 23:34:32 +0100
committerhaawda2017-03-17 23:34:32 +0100
commitea4e2be9f7611ae5f1c11f47b68acbf573b9be09 (patch)
treecb407dd48210ebc0a50521392a86d4b5c18e36de
parentbde7155efd1f065c361b5591ad0b4f289978b69c (diff)
downloadaur-ea4e2be9f7611ae5f1c11f47b68acbf573b9be09.tar.gz
Updated version (4.8.8.r37.g6c56013 -> 4.8.8.r45.g0af0f14).
Changelog ========= Add unit test for thread-quantum and thread-quantum-set! (0af0f14) Fix thread unit tests (2124e73) Add stress test for thread-interrupt! (8df1f6d) Improve unit testing script so that the name of the unit test is printed (cad1b5f) Have continuous integration do stress testing (13cd32a) Add stress test for thread-start! and thread-join! (2dca787) Split thread-state-active into thread-state-running and thread-state-waiting, and add current-processor, processor?, processor-id, and add unit tests (ec426dd) Add stress tests for thread-interrupt! and thread-terminate! (d5d9a53)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bc95470eaf8..6caf2554379b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 11 09:49:56 UTC 2017
+# Fri Mar 17 22:34:32 UTC 2017
pkgbase = gambit-c-git
pkgdesc = Scheme R5RS interpreter and compiler (via C) - git version
- pkgver = 4.8.8.r37.g6c56013
+ pkgver = 4.8.8.r45.g0af0f14
pkgrel = 1
url = http://gambitscheme.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 42aa6b18055f..680fffc7dc7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gambit-c-git
-pkgver=4.8.8.r37.g6c56013
+pkgver=4.8.8.r45.g0af0f14
pkgrel=1
pkgdesc="Scheme R5RS interpreter and compiler (via C) - git version"
arch=('i686' 'x86_64')