Make release version 116.0.73.097
This commit is contained in:
14
Makefile
14
Makefile
@ -9,8 +9,8 @@ UBLO_VERSION=1.4.0
|
|||||||
NOSS_VERSION=11.0.23
|
NOSS_VERSION=11.0.23
|
||||||
ZERO_VERSION=v1.16
|
ZERO_VERSION=v1.16
|
||||||
ZERO_VERSION_B=`echo $(ZERO_VERSION) | tr -d 'v.'`
|
ZERO_VERSION_B=`echo $(ZERO_VERSION) | tr -d 'v.'`
|
||||||
LAST_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).095
|
LAST_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).096
|
||||||
LAUNCH_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).096
|
LAUNCH_VERSION=$(ZERO_VERSION_B).$(EXT_VERSION).097
|
||||||
|
|
||||||
GO_COMPILER_OPTS = -a -tags netgo -ldflags '-w -extldflags "-static"'
|
GO_COMPILER_OPTS = -a -tags netgo -ldflags '-w -extldflags "-static"'
|
||||||
|
|
||||||
@ -116,14 +116,16 @@ upload-all: upload upload-variant
|
|||||||
release-all: release upload-all
|
release-all: release upload-all
|
||||||
|
|
||||||
release-pure:
|
release-pure:
|
||||||
make pure
|
|
||||||
make release; true
|
make release; true
|
||||||
make upload
|
make linux upload-linux
|
||||||
|
make windows upload-windows
|
||||||
|
make osx upload-darwin
|
||||||
|
|
||||||
release-variant:
|
release-variant:
|
||||||
make variant
|
|
||||||
make release; true
|
make release; true
|
||||||
make upload-variant
|
make vlinux upload-variant-linux
|
||||||
|
make vwindows upload-variant-windows
|
||||||
|
make vosx upload-variant-darwin
|
||||||
|
|
||||||
clean-release: clean release-pure release-variant
|
clean-release: clean release-pure release-variant
|
||||||
|
|
||||||
|
@ -29,15 +29,15 @@ description.
|
|||||||
|
|
||||||
```Bash
|
```Bash
|
||||||
# Linux
|
# Linux
|
||||||
wget -O i2pfirefox https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.096/i2pfirefox
|
wget -O i2pfirefox https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.097/i2pfirefox
|
||||||
sha256sum i2pfirefox
|
sha256sum i2pfirefox
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
wget -O i2pfirefox.exe https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.096/i2pfirefox.exe
|
wget -O i2pfirefox.exe https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.097/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.096/i2pfirefox-darwin
|
wget -O i2pfirefox-darwin https://github.com/eyedeekay/i2pfirefox/releases/download/116.0.73.097/i2pfirefox-darwin
|
||||||
sha256sum i2pfirefox-darwin
|
sha256sum i2pfirefox-darwin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -8,7 +8,7 @@ require (
|
|||||||
github.com/eyedeekay/I2P-Configuration-for-Chromium v0.0.0-20200802063209-8973270c836e
|
github.com/eyedeekay/I2P-Configuration-for-Chromium v0.0.0-20200802063209-8973270c836e
|
||||||
github.com/eyedeekay/go-fpw v0.0.0-20200805184710-5435dc443213
|
github.com/eyedeekay/go-fpw v0.0.0-20200805184710-5435dc443213
|
||||||
github.com/eyedeekay/httptunnel v0.0.0-20200116022455-631ab90f707d
|
github.com/eyedeekay/httptunnel v0.0.0-20200116022455-631ab90f707d
|
||||||
github.com/eyedeekay/zerobundle v0.0.0-20200822030320-56c6bd77f723
|
github.com/eyedeekay/zerobundle v0.0.0-20200822053838-bd4cc0b91c15
|
||||||
github.com/frankban/quicktest v1.4.0 // indirect
|
github.com/frankban/quicktest v1.4.0 // indirect
|
||||||
github.com/klauspost/compress v1.10.10 // indirect
|
github.com/klauspost/compress v1.10.10 // indirect
|
||||||
github.com/klauspost/pgzip v1.2.4 // indirect
|
github.com/klauspost/pgzip v1.2.4 // indirect
|
||||||
|
4
go.sum
4
go.sum
@ -146,6 +146,10 @@ github.com/eyedeekay/zerobundle v0.0.0-20200821145537-e36dff8c7dfc h1:XWYtE6oKCk
|
|||||||
github.com/eyedeekay/zerobundle v0.0.0-20200821145537-e36dff8c7dfc/go.mod h1:J4pHO/M5C5c5kD2nwCHuJc06i0mkOjSwIurnj7fVIPY=
|
github.com/eyedeekay/zerobundle v0.0.0-20200821145537-e36dff8c7dfc/go.mod h1:J4pHO/M5C5c5kD2nwCHuJc06i0mkOjSwIurnj7fVIPY=
|
||||||
github.com/eyedeekay/zerobundle v0.0.0-20200822030320-56c6bd77f723 h1:WTWh03+SJxAlJtfNDXgMDwmu7yalSQcX/26EExGNCWo=
|
github.com/eyedeekay/zerobundle v0.0.0-20200822030320-56c6bd77f723 h1:WTWh03+SJxAlJtfNDXgMDwmu7yalSQcX/26EExGNCWo=
|
||||||
github.com/eyedeekay/zerobundle v0.0.0-20200822030320-56c6bd77f723/go.mod h1:J4pHO/M5C5c5kD2nwCHuJc06i0mkOjSwIurnj7fVIPY=
|
github.com/eyedeekay/zerobundle v0.0.0-20200822030320-56c6bd77f723/go.mod h1:J4pHO/M5C5c5kD2nwCHuJc06i0mkOjSwIurnj7fVIPY=
|
||||||
|
github.com/eyedeekay/zerobundle v0.0.0-20200822042922-d7ea80e6232b h1:8sLM7g5XwaWbcTM7CYqHCU7JGRiYSEmtVGpxUtgQ4qI=
|
||||||
|
github.com/eyedeekay/zerobundle v0.0.0-20200822042922-d7ea80e6232b/go.mod h1:J4pHO/M5C5c5kD2nwCHuJc06i0mkOjSwIurnj7fVIPY=
|
||||||
|
github.com/eyedeekay/zerobundle v0.0.0-20200822053838-bd4cc0b91c15 h1:o8btYu9FRR5xBnsRvpoX28ii4emNbLPZ5mx1+LUL37k=
|
||||||
|
github.com/eyedeekay/zerobundle v0.0.0-20200822053838-bd4cc0b91c15/go.mod h1:J4pHO/M5C5c5kD2nwCHuJc06i0mkOjSwIurnj7fVIPY=
|
||||||
github.com/eyedeekay/zerobundle/parts/aa v0.0.0-20200801165455-baeb0e58fc5a h1:YB1v+KkQusKKe7UjXIV2vI87okJXmBC7UHjnY6BkL04=
|
github.com/eyedeekay/zerobundle/parts/aa v0.0.0-20200801165455-baeb0e58fc5a h1:YB1v+KkQusKKe7UjXIV2vI87okJXmBC7UHjnY6BkL04=
|
||||||
github.com/eyedeekay/zerobundle/parts/aa v0.0.0-20200801165455-baeb0e58fc5a/go.mod h1:tVoCDPZqyc9Q5NKmU7m9jMHCFLuDhurZPsnnzv89pGE=
|
github.com/eyedeekay/zerobundle/parts/aa v0.0.0-20200801165455-baeb0e58fc5a/go.mod h1:tVoCDPZqyc9Q5NKmU7m9jMHCFLuDhurZPsnnzv89pGE=
|
||||||
github.com/eyedeekay/zerobundle/parts/ab v0.0.0-20200801165455-baeb0e58fc5a h1:tRCO7vRlUEBN/RxmUomwAlKQtZ6gtRoDMDyP2fravKI=
|
github.com/eyedeekay/zerobundle/parts/ab v0.0.0-20200801165455-baeb0e58fc5a h1:tRCO7vRlUEBN/RxmUomwAlKQtZ6gtRoDMDyP2fravKI=
|
||||||
|
Reference in New Issue
Block a user