summaryrefslogtreecommitdiff
path: root/notepadpp/build-orig-tarball.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-25 00:00:16 +0000
committerB. Stack <bgstack15@gmail.com>2021-07-25 00:00:16 +0000
commit4ee007416c7f3a3de3d8b711acc11b0a02921b26 (patch)
treeb3e70d7c044ac5fa47324cfa619ac91c9ca66e45 /notepadpp/build-orig-tarball.sh
parentMerge branch 'ublock-bump' into 'master' (diff)
parentnotepadpp 8.1.2 (diff)
downloadstackrpms-4ee007416c7f3a3de3d8b711acc11b0a02921b26.tar.gz
stackrpms-4ee007416c7f3a3de3d8b711acc11b0a02921b26.tar.bz2
stackrpms-4ee007416c7f3a3de3d8b711acc11b0a02921b26.zip
Merge branch 'notepadpp-bump' into 'master'
notepadpp 8.1.2 See merge request bgstack15/stackrpms!253
Diffstat (limited to 'notepadpp/build-orig-tarball.sh')
-rwxr-xr-xnotepadpp/build-orig-tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh
index 59d3d9e..8b6d8ef 100755
--- a/notepadpp/build-orig-tarball.sh
+++ b/notepadpp/build-orig-tarball.sh
@@ -47,7 +47,7 @@ export fn_section=".portable"
short_version="${latest_version}"
test ${lv_compare} -lt 70900 && export fn_section=".bin"
test ${lv_compare} -ge 80000 && export short_version="8"
-test ${lv_compare} -ge 80100 && export short_version="8.1"
+test ${lv_compare} -ge 80100 && export short_version="${latest_version}"
get "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${short_version}/npp.${latest_version}${fn_section}.7z"
get "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v${short_version}/npp.${latest_version}${fn_section}.x64.7z"
bgstack15