diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-29 11:06:15 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-29 11:06:15 -0400 |
commit | 33a0bde3c109acba63e5a150e8d931739feb287f (patch) | |
tree | 8413979fc1a1fa6409c4024b1d325b141d09abbc /notepadpp/build-orig-tarball.sh | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
download | stackrpms-33a0bde3c109acba63e5a150e8d931739feb287f.tar.gz stackrpms-33a0bde3c109acba63e5a150e8d931739feb287f.tar.bz2 stackrpms-33a0bde3c109acba63e5a150e8d931739feb287f.zip |
npp 8.1
Diffstat (limited to 'notepadpp/build-orig-tarball.sh')
-rwxr-xr-x | notepadpp/build-orig-tarball.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notepadpp/build-orig-tarball.sh b/notepadpp/build-orig-tarball.sh index 190196e..59d3d9e 100755 --- a/notepadpp/build-orig-tarball.sh +++ b/notepadpp/build-orig-tarball.sh @@ -47,6 +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" 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" |