diff options
author | B. Stack <bgstack15@gmail.com> | 2021-07-24 15:48:25 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-07-24 15:48:25 -0400 |
commit | 4c0bb832096b3caba7b399ba8cc02aa7c53589ad (patch) | |
tree | 696b113d8b15ff6c2a9cbfd7acebf6a8d5f0cc7a /notepadpp/build-orig-tarball.sh | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
download | stackrpms-4c0bb832096b3caba7b399ba8cc02aa7c53589ad.tar.gz stackrpms-4c0bb832096b3caba7b399ba8cc02aa7c53589ad.tar.bz2 stackrpms-4c0bb832096b3caba7b399ba8cc02aa7c53589ad.zip |
notepadpp 8.1.2
Diffstat (limited to 'notepadpp/build-orig-tarball.sh')
-rwxr-xr-x | notepadpp/build-orig-tarball.sh | 2 |
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" |