summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 253645dc1f24..6dc2427e5321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picolisp
pkgdesc = Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines).
- pkgver = 21.12
+ pkgver = 22.6
pkgrel = 1
url = http://www.picolisp.com
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = picolisp
depends = libffi
depends = readline
depends = ncurses
- source = https://software-lab.de/picoLisp-21.12.tgz
- md5sums = 180cc57fbf64b6e6fc8042439ce4a30a
+ source = https://software-lab.de/picoLisp-22.6.tgz
+ md5sums = a49a3beb6f91bb52389464733581aab3
pkgname = picolisp
diff --git a/PKGBUILD b/PKGBUILD
index e6a8674089c7..1d3a32e194d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TwoFinger
# Contributor: taij33n <bwbuiz@gmail.com>
pkgname=picolisp
-pkgver=21.12
+pkgver=22.6
pkgrel=1
pkgdesc="Fast and tiny 64-bit Lisp interpreter: OO, dynamic and functional (database, prolog, coroutines)."
url="http://www.picolisp.com"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('openssl' 'libffi' 'readline' 'ncurses')
makedepends=('clang' 'llvm')
source=("https://software-lab.de/picoLisp-$pkgver.tgz")
-md5sums=("180cc57fbf64b6e6fc8042439ce4a30a")
+md5sums=("a49a3beb6f91bb52389464733581aab3")
build() {
cd $srcdir/pil21/src