summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn W. Burton2023-08-09 05:44:16 -0400
committerTarn W. Burton2023-08-09 05:44:16 -0400
commit42cf51f0e1d77a0d1ba094515fd0f9fd3679edfe (patch)
tree2f5d6eee0bd8a79770405dee3fcf9bf6466e1c7a /PKGBUILD
parentcb54daf1a148118509e6c7f58a2ac47535ededd0 (diff)
downloadaur-42cf51f0e1d77a0d1ba094515fd0f9fd3679edfe.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 481985aed080..95d6cbd84d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicolas Martyanoff <khaelin@gmail.com>
pkgname=ccl
-pkgver=1.12.1
+pkgver=1.12.2
pkgrel=1
pkgdesc="A Common Lisp implementation."
arch=("x86_64")
@@ -13,7 +13,7 @@ conflicts=("ccl-bin" "ccl-git")
source=("https://github.com/Clozure/ccl/releases/download/v${pkgver}/ccl-${pkgver}-linuxx86.tar.gz")
-sha256sums=('923f2979144e96306cf5124800444e1c5cc0295fa9babb3ffc47a5631344b0aa')
+sha256sums=('a94fda3daf26ce8c3d08e0db0e6e9907995acc10e0f8aad2125790b93eaa1556')
build() {
cd "$srcdir/$pkgname/lisp-kernel/linuxx8664"