summarylogtreecommitdiffstats
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
parentcb54daf1a148118509e6c7f58a2ac47535ededd0 (diff)
downloadaur-42cf51f0e1d77a0d1ba094515fd0f9fd3679edfe.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d0eba4bdfa4..a85b407ebc1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ccl
pkgdesc = A Common Lisp implementation.
- pkgver = 1.12.1
+ pkgver = 1.12.2
pkgrel = 1
url = http://ccl.clozure.com
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ccl
provides = ccl
conflicts = ccl-bin
conflicts = ccl-git
- source = https://github.com/Clozure/ccl/releases/download/v1.12.1/ccl-1.12.1-linuxx86.tar.gz
- sha256sums = 923f2979144e96306cf5124800444e1c5cc0295fa9babb3ffc47a5631344b0aa
+ source = https://github.com/Clozure/ccl/releases/download/v1.12.2/ccl-1.12.2-linuxx86.tar.gz
+ sha256sums = a94fda3daf26ce8c3d08e0db0e6e9907995acc10e0f8aad2125790b93eaa1556
pkgname = ccl
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"