summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-03-17 23:34:32 +0100
committerhaawda2017-03-17 23:34:32 +0100
commitea4e2be9f7611ae5f1c11f47b68acbf573b9be09 (patch)
treecb407dd48210ebc0a50521392a86d4b5c18e36de /PKGBUILD
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)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')