summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadek Podgorny2022-01-30 16:21:08 +0100
committerRadek Podgorny2022-01-30 16:21:08 +0100
commit19a5a1ceb78940f401fdadc2414fee9809f7ed59 (patch)
tree19708714ad3512c283136fbc9055dd2ed388e534 /PKGBUILD
parent803c1cc7eac2609226e8c92adb7d2b882611f3d6 (diff)
downloadaur-planck.tar.gz
version bump (compilation fails - that is an upstream bug)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a4029b491ed..cdaa9b573f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='planck'
conflicts=('planck-git')
-pkgver=2.24.0
+pkgver=2.25.0
pkgrel=1
_pkgnamever=${pkgname}-${pkgver}
pkgdesc="A stand-alone ClojureScript REPL"
@@ -14,7 +14,7 @@ license=('EPL-1.0')
source=(
https://github.com/planck-repl/${pkgname}/archive/${pkgver}.tar.gz
)
-sha256sums=('b4b1b36786fd55be829a6b0a42771d9134152b503dafa92ee0f2c6e57c8cb3ca')
+sha256sums=('58a3f9b0e3d776bc4e28f1e78a8ce6ab1d98149bebeb5c5328cc14345b925a1f')
build() {
cd "$srcdir/${_pkgnamever}"