use the text file based version of the b32 finder

This commit is contained in:
idk
2020-11-17 14:24:55 -05:00
parent c6bb6033ca
commit 4ca98f5699
2 changed files with 5 additions and 5 deletions

View File

@ -11,8 +11,8 @@ UBLO_VERSION=`amo-version -v -n ublock-origin`
NOSS_VERSION=`amo-version -v -n noscript`
ZERO_VERSION=`./get_latest_release.sh "i2p-zero/i2p-zero"`
ZERO_VERSION_B=`./get_latest_release.sh "i2p-zero/i2p-zero" | tr -d 'v.'`
PREV_VERSION=.097
PROD_VERSION=.098
PREV_VERSION=.098
PROD_VERSION=.099
LAST_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).$(PREV_VERSION)
LAUNCH_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION)$(PROD_VERSION)

View File

@ -29,15 +29,15 @@ description.
```Bash
# Linux
wget -O i2pfirefox https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.097/i2pfirefox
wget -O i2pfirefox https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.099/i2pfirefox
sha256sum i2pfirefox
# Windows
wget -O i2pfirefox.exe https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.097/i2pfirefox.exe
wget -O i2pfirefox.exe https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.099/i2pfirefox.exe
does-windows-even-have-sha25sum i2pfirefox.exe
# OSX
wget -O i2pfirefox-darwin https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.097/i2pfirefox-darwin
wget -O i2pfirefox-darwin https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.099/i2pfirefox-darwin
sha256sum i2pfirefox-darwin
```