summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwoFinger2023-10-02 12:31:25 +0800
committerTwoFinger2023-10-02 12:31:25 +0800
commita48f3a8ba41ceb9ff1d3cf5241eb12f1209500eb (patch)
treeefab940464aa53968b9d8a0e0f42ea19346bbe9f
parent2c9b420e271bd344e921bbcabf23c8b226e3055f (diff)
downloadaur-a48f3a8ba41ceb9ff1d3cf5241eb12f1209500eb.tar.gz
Version 23.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7ee0d288bdd..b0b2e9908172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = picolisp
pkgdesc = Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines).
- pkgver = 23.6
- pkgrel = 4
+ pkgver = 23.9
+ pkgrel = 1
url = https://picolisp.com
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = picolisp
depends = libffi
depends = readline
depends = ncurses
- source = https://software-lab.de/picoLisp-23.6.tgz
- md5sums = 70e78abfb9999ad133f0fdabfb6c9f1d
+ source = https://software-lab.de/picoLisp-23.9.tgz
+ md5sums = 4dc8e8d22c200786e61d6a4c3477f9df
pkgname = picolisp
diff --git a/PKGBUILD b/PKGBUILD
index 4c3cb5109997..f8e4544bd92d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: TwoFinger
# Contributor: taij33n <bwbuiz@gmail.com>
pkgname=picolisp
-pkgver=23.6
-pkgrel=4
+pkgver=23.9
+pkgrel=1
pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
url="https://picolisp.com"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('openssl' 'libffi' 'readline' 'ncurses')
makedepends=('clang' 'llvm')
source=("https://software-lab.de/picoLisp-$pkgver.tgz")
-md5sums=("70e78abfb9999ad133f0fdabfb6c9f1d")
+md5sums=("4dc8e8d22c200786e61d6a4c3477f9df")
prepare() {
MAKEFILE="$srcdir/pil21/src/Makefile"