summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas E. Hansen2023-10-25 15:37:58 +0200
committerThomas E. Hansen2023-10-25 15:37:58 +0200
commit6d960bea1656bb372413b9d1bd58d124b8bfea2e (patch)
treec4a0081ae4e491056996f073e12d21d2ac649765 /PKGBUILD
parent3fd30a6fa95a1b3c2a85d1eaf4db7f63a2d75baf (diff)
downloadaur-6d960bea1656bb372413b9d1bd58d124b8bfea2e.tar.gz
Update to version 9.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c98e11114ac4..08f9b13861cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Thomas Hansen <thomas-e-hansen@teh6.eu>
pkgname=chez-scheme
-pkgver=9.6.2
+pkgver=9.6.4
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=('714695789e1bad3518e6cd5fbc8ae8204f76103d5ad2ba05a3f1c063eb2d5d02')
+sha256sums=('f5827682fa259c47975ffe078785fb561e4a5c54f764331ef66c32132843685d')
_archivename=csv$pkgver
build() {