summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas E. Hansen2023-09-22 14:38:26 +0200
committerThomas E. Hansen2023-09-22 14:38:26 +0200
commit3fd30a6fa95a1b3c2a85d1eaf4db7f63a2d75baf (patch)
tree79c0854c2a06dc25a168aa6f511a4cc043d710d8 /PKGBUILD
parent2f77398c1edd85c782614aef6e8eb35f5b29fddc (diff)
downloadaur-3fd30a6fa95a1b3c2a85d1eaf4db7f63a2d75baf.tar.gz
Version 9.6.2
Whether `-ffat-lto-objects` is still an issue, to be confirmed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35a20b468f00..c98e11114ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Thomas Hansen <thomas-e-hansen@teh6.eu>
pkgname=chez-scheme
-pkgver=9.5.8
+pkgver=9.6.2
pkgrel=1
pkgdesc="Compiler and run-time system for the language of the Revised^6 Report on Scheme (R6RS), with numerous extensions."
arch=(i686 x86_64)
@@ -15,7 +15,7 @@ depends=('ncurses' 'libx11' 'libutil-linux')
conflicts=('petite-chez-scheme' 'chez-scheme-git')
replaces=('petite-chez-scheme' 'chez-scheme-git')
source=("https://github.com/cisco/ChezScheme/releases/download/v$pkgver/csv$pkgver.tar.gz")
-sha256sums=('af83e80cbfe1a9a7c868e7c069a40c449fadd5e2a1737fd0f1260fc9d4159906')
+sha256sums=('714695789e1bad3518e6cd5fbc8ae8204f76103d5ad2ba05a3f1c063eb2d5d02')
_archivename=csv$pkgver
build() {