use the text file based version of the b32 finder
This commit is contained in:
4
Makefile
4
Makefile
@ -11,8 +11,8 @@ UBLO_VERSION=`amo-version -v -n ublock-origin`
|
|||||||
NOSS_VERSION=`amo-version -v -n noscript`
|
NOSS_VERSION=`amo-version -v -n noscript`
|
||||||
ZERO_VERSION=`./get_latest_release.sh "i2p-zero/i2p-zero"`
|
ZERO_VERSION=`./get_latest_release.sh "i2p-zero/i2p-zero"`
|
||||||
ZERO_VERSION_B=`./get_latest_release.sh "i2p-zero/i2p-zero" | tr -d 'v.'`
|
ZERO_VERSION_B=`./get_latest_release.sh "i2p-zero/i2p-zero" | tr -d 'v.'`
|
||||||
PREV_VERSION=.097
|
PREV_VERSION=.098
|
||||||
PROD_VERSION=.098
|
PROD_VERSION=.099
|
||||||
LAST_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).$(PREV_VERSION)
|
LAST_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).$(PREV_VERSION)
|
||||||
LAUNCH_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION)$(PROD_VERSION)
|
LAUNCH_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION)$(PROD_VERSION)
|
||||||
|
|
||||||
|
@ -29,15 +29,15 @@ description.
|
|||||||
|
|
||||||
```Bash
|
```Bash
|
||||||
# Linux
|
# 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
|
sha256sum i2pfirefox
|
||||||
|
|
||||||
# Windows
|
# 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
|
does-windows-even-have-sha25sum i2pfirefox.exe
|
||||||
|
|
||||||
# OSX
|
# 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
|
sha256sum i2pfirefox-darwin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user