Get ready for 2.7.0
This commit is contained in:
@ -41,8 +41,8 @@ echo "~~~~~~~~~~"
|
|||||||
MAGNET=$(transmission-show -m "i2pwinupdate.su3.torrent" 2>&1 3>&1 | tail -n 1)
|
MAGNET=$(transmission-show -m "i2pwinupdate.su3.torrent" 2>&1 3>&1 | tail -n 1)
|
||||||
echo "$MAGNET"
|
echo "$MAGNET"
|
||||||
ZIPCHECKSUM=$(sha256sum "i2pwinupdate.su3")
|
ZIPCHECKSUM=$(sha256sum "i2pwinupdate.su3")
|
||||||
echo github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3"
|
echo github-release upload -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3"
|
||||||
github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3"
|
github-release upload -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3"
|
||||||
ZIPCHECKSUM=$(sha256sum "i2pwinupdate.su3.torrent")
|
ZIPCHECKSUM=$(sha256sum "i2pwinupdate.su3.torrent")
|
||||||
echo github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3.torrent" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3.torrent"
|
echo github-release upload -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3.torrent" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3.torrent"
|
||||||
github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3.torrent" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3.torrent"
|
github-release upload -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3.torrent" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3.torrent"
|
@ -18,15 +18,15 @@ if [ -z "$VERSIONMAJOR" ]; then
|
|||||||
export I2P_VERSION="master"
|
export I2P_VERSION="master"
|
||||||
VERSION="master"
|
VERSION="master"
|
||||||
export VERSION="master"
|
export VERSION="master"
|
||||||
I2PFIREFOX_VERSION="2.6.2"
|
I2PFIREFOX_VERSION="2.7.0"
|
||||||
export I2PFIREFOX_VERSION="2.6.2"
|
export I2PFIREFOX_VERSION="2.7.0"
|
||||||
else
|
else
|
||||||
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||||
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||||
VERSION="i2p-$I2P_VERSION"
|
VERSION="i2p-$I2P_VERSION"
|
||||||
export VERSION="i2p-$I2P_VERSION"
|
export VERSION="i2p-$I2P_VERSION"
|
||||||
I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2"
|
I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||||
export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2"
|
export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Comment this out to build from an alternate branch or
|
# Comment this out to build from an alternate branch or
|
||||||
|
Reference in New Issue
Block a user