summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTwoFinger2022-07-11 07:30:48 +0300
committerTwoFinger2022-07-11 07:30:48 +0300
commit48c42d5ab4cb7204a53a1bce9eabb93bdd6dd957 (patch)
tree11aad3c0aa9bb5ed3c5b7afa8e8f1574adc9aea1 /PKGBUILD
parente8c1de2995dfc631d8e76d89ca85cbf3391479fa (diff)
downloadaur-48c42d5ab4cb7204a53a1bce9eabb93bdd6dd957.tar.gz
Version 22.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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