version bump
This commit is contained in:
8
Makefile
8
Makefile
@ -1,9 +1,11 @@
|
|||||||
|
|
||||||
VERSION=0.2.8
|
VERSION=0.2.9
|
||||||
APP=reseed-tools
|
APP=reseed-tools
|
||||||
USER_GH=eyedeekay
|
USER_GH=eyedeekay
|
||||||
CGO_ENABLED=0
|
CGO_ENABLED=0
|
||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
|
PLUGIN_PORT=7671
|
||||||
|
export PLUGIN_PORT=7671
|
||||||
|
|
||||||
GOOS?=$(shell uname -s | tr A-Z a-z)
|
GOOS?=$(shell uname -s | tr A-Z a-z)
|
||||||
GOARCH?="amd64"
|
GOARCH?="amd64"
|
||||||
@ -288,9 +290,9 @@ su3s: tmp/content tmp/lib
|
|||||||
-author=hankhill19580@gmail.com \
|
-author=hankhill19580@gmail.com \
|
||||||
-autostart=false \
|
-autostart=false \
|
||||||
-clientname=reseed-tools-$(GOOS)-$(GOARCH) \
|
-clientname=reseed-tools-$(GOOS)-$(GOARCH) \
|
||||||
-command="reseed-tools-$(GOOS)-$(GOARCH) reseed --yes --signer=you@mail.i2p --netdb=\$$CONFIG/netDb" \
|
-command="reseed-tools-$(GOOS)-$(GOARCH) reseed --yes --signer=you@mail.i2p --port=$(PLUGIN_PORT)" \
|
||||||
-consolename="Reseed Tools" \
|
-consolename="Reseed Tools" \
|
||||||
-consoleurl="https://127.0.0.1:8443" \
|
-consoleurl="https://127.0.0.1:$(PLUGIN_PORT)" \
|
||||||
-updateurl="http://idk.i2p/reseed-tools/reseed-tools-$(GOOS)-$(GOARCH).su3" \
|
-updateurl="http://idk.i2p/reseed-tools/reseed-tools-$(GOOS)-$(GOARCH).su3" \
|
||||||
-website="http://idk.i2p/reseed-tools/" \
|
-website="http://idk.i2p/reseed-tools/" \
|
||||||
-icondata="content/images/reseed-icon.png" \
|
-icondata="content/images/reseed-icon.png" \
|
||||||
|
@ -1,2 +1 @@
|
|||||||
Reseed tools is a self-contained, easy-to-configure I2P reseed service
|
Reseed tools is a self-contained, easy-to-configure I2P reseed service which can be run on any OS.
|
||||||
which can be run on any OS.
|
|
||||||
|
2
main.go
2
main.go
@ -19,7 +19,7 @@ func main() {
|
|||||||
|
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "reseed-tools"
|
app.Name = "reseed-tools"
|
||||||
app.Version = "0.2.8"
|
app.Version = "0.2.9"
|
||||||
app.Usage = "I2P tools and reseed server"
|
app.Usage = "I2P tools and reseed server"
|
||||||
app.Author = "eyedeekay"
|
app.Author = "eyedeekay"
|
||||||
app.Email = "hankhill19580@gmail.com"
|
app.Email = "hankhill19580@gmail.com"
|
||||||
|
Reference in New Issue
Block a user