;install: bump to hledger* 1.20.2

This commit is contained in:
Simon Michael 2020-12-29 10:39:34 -08:00
parent 6b353c47b0
commit 88ccd87c47

View File

@ -46,13 +46,13 @@ HERE
HLEDGER_INSTALL_TOOL=hledger-install.sh
# this script's version
HLEDGER_INSTALL_VERSION=20201215
HLEDGER_INSTALL_VERSION=20201229
# stackage snapshot to use when installing with stack.
# You can try specifying a different stackage version here, or
# commenting out this line to use your current global resolver,
# to avoid unnecessary building.
RESOLVER="--resolver=lts-16.25"
RESOLVER="--resolver=lts-16.27"
# things to be installed
@ -68,10 +68,10 @@ hledger-interest \
"
# latest hledger package versions; update often:
HLEDGER_LIB_VERSION=1.20.1
HLEDGER_VERSION=1.20.1
HLEDGER_UI_VERSION=1.20.1
HLEDGER_WEB_VERSION=1.20.1
HLEDGER_LIB_VERSION=1.20.2
HLEDGER_VERSION=1.20.2
HLEDGER_UI_VERSION=1.20.2
HLEDGER_WEB_VERSION=1.20.2
# addons:
HLEDGER_IADD_VERSION=1.3.12
HLEDGER_INTEREST_VERSION=1.6.0