Switch I2P_VERSION back to using tags. New bundle was build with i2pversion_override 1.5.0

This commit is contained in:
idk
2021-09-14 12:22:47 -04:00
parent 3c5208d50e
commit b50cd8c55b

View File

@ -3,13 +3,13 @@
#Comment this out to build from an alternate branch or
# the tip of the master branch.
#I2P_VERSION=0.9.50
#export I2P_VERSION=0.9.50
#VERSION=i2p-$I2P_VERSION
#export VERSION="$VERSION"
I2P_VERSION=1.5.0
export I2P_VERSION=1.5.0
VERSION=i2p-"$I2P_VERSION"
export VERSION="$VERSION"
#Uncomment this to build from the tip of the master.
I2P_VERSION=0.9.50
export I2P_VERSION=0.9.50
VERSION=master
export VERSION="$VERSION"
#I2P_VERSION=0.9.50
#export I2P_VERSION=0.9.50
#VERSION=master
#export VERSION="$VERSION"