chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a2d98bc
)
picolisp: Update from 17.8.7 to 17.9.1
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 1 Sep 2017 22:09:31 +0000
(
00:09
+0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 1 Sep 2017 22:09:31 +0000
(
00:09
+0200)
packages/picolisp/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/picolisp/build.sh
b/packages/picolisp/build.sh
index ce481bfbca3ae6135f199a4140e0c6fc0e86220f..e6b864e11fc26a1be7b0c9f0bb4e09f12342075d 100644
(file)
--- a/
packages/picolisp/build.sh
+++ b/
packages/picolisp/build.sh
@@
-1,13
+1,10
@@
TERMUX_PKG_HOMEPAGE=https://picolisp.com
TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework"
TERMUX_PKG_DEPENDS="libcrypt, openssl"
TERMUX_PKG_HOMEPAGE=https://picolisp.com
TERMUX_PKG_DESCRIPTION="Lisp interpreter and application server framework"
TERMUX_PKG_DEPENDS="libcrypt, openssl"
-_PICOLISP_YEAR=17
-_PICOLISP_MONTH=8
-_PICOLISP_DAY=7
-TERMUX_PKG_VERSION=${_PICOLISP_YEAR}.${_PICOLISP_MONTH}.${_PICOLISP_DAY}
+TERMUX_PKG_VERSION=17.9.1
+TERMUX_PKG_SHA256=e49e548c4346991755c6b7a4760b10929ed391cfa0049de0b81356b49a809900
# We use our bintray mirror since old version snapshots are not kept on main site.
TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/picolisp_${TERMUX_PKG_VERSION}.tar.gz
# We use our bintray mirror since old version snapshots are not kept on main site.
TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/picolisp_${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=7db7f2ce7c06b07ac6e74f156462de4b6e5181fa3912a922da27447afa3197df
TERMUX_PKG_FOLDERNAME=picoLisp
TERMUX_PKG_BUILD_IN_SRC=true
# The assembly is not position-independent (would be a major rewrite):
TERMUX_PKG_FOLDERNAME=picoLisp
TERMUX_PKG_BUILD_IN_SRC=true
# The assembly is not position-independent (would be a major rewrite):
@@
-19,7
+16,7
@@
fi
termux_step_pre_configure() {
# Validate that we have the right version:
termux_step_pre_configure() {
# Validate that we have the right version:
- grep -q "Version $
_PICOLISP_YEAR $_PICOLISP_MONTH $_PICOLISP_DAY
" src64/version.l || {
+ grep -q "Version $
{TERMUX_PKG_VERSION//./ }
" src64/version.l || {
termux_error_exit "Picolisp version needs to be bumped"
}
termux_error_exit "Picolisp version needs to be bumped"
}