settle the assets

This commit is contained in:
idk
2020-04-03 18:56:34 -04:00
parent ed31649fc2
commit c8f1f6f20b
3 changed files with 83 additions and 2 deletions

View File

@ -1,11 +1,15 @@
VERSION=0.73
SNOW_VERSION=0.2.2
UMAT_VERSION=1.25.2
UBLO_VERSION=1.4.0
LAUNCH_VERSION=$(VERSION).02
build: setup assets.go
go build
assets: clean setup assets.go
assets.go:
go run -tags generate gen.go
@ -32,10 +36,10 @@ ifox/{b11bea1f-a888-4332-8d8a-cec2be7d24b9}.xpi: ifox
wget -c -O 'ifox/{b11bea1f-a888-4332-8d8a-cec2be7d24b9}.xpi' https://addons.mozilla.org/firefox/downloads/file/3519836/snowflake-0.2.2-fx.xpi
ifox/uBlock0@raymondhill.net.xpi: ifox
wget -c -O ifox/uBlock0@raymondhill.net.xpi https://addons.mozilla.org/firefox/downloads/file/3521827/ublock_origin-1.25.2-an+fx.xpi
wget -c -O ifox/uBlock0@raymondhill.net.xpi https://addons.mozilla.org/firefox/downloads/file/3521827/ublock_origin-$(UBLO_VERSION)-an+fx.xpi
ifox/uMatrix@raymondhill.net.xpi: ifox
wget -c -O ifox/uMatrix@raymondhill.net.xpi https://addons.mozilla.org/firefox/downloads/file/3396815/umatrix-1.4.0-an+fx.xpi
wget -c -O ifox/uMatrix@raymondhill.net.xpi https://addons.mozilla.org/firefox/downloads/file/3396815/umatrix-$(UMAT_VERSION)-an+fx.xpi
sums: setup
sha256sum ifox/i2ppb@eyedeekay.github.io.xpi

68
assets.go Normal file

File diff suppressed because one or more lines are too long

9
go.mod Normal file
View File

@ -0,0 +1,9 @@
module github.com/eyedeekay/i2pfirefox
go 1.14
require (
github.com/eyedeekay/checki2cp v0.0.0-20200403213308-750ce7e6d81f
github.com/eyedeekay/go-fpw v0.0.0-20200403201858-3d24733073ff
github.com/zserge/lorca v0.1.9 // indirect
)