diff --git a/buildscripts/release-torrent.sh b/buildscripts/release-torrent.sh index 04c123b..d49a251 100755 --- a/buildscripts/release-torrent.sh +++ b/buildscripts/release-torrent.sh @@ -41,8 +41,8 @@ echo "~~~~~~~~~~" MAGNET=$(transmission-show -m "i2pwinupdate.su3.torrent" 2>&1 3>&1 | tail -n 1) echo "$MAGNET" 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" -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 -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3" 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" -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" \ No newline at end of file +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 -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "i2pwinupdate.su3.torrent" -l "$ZIPCHECKSUM" -t "i2p-firefox-$I2P_VERSION" -n "i2pwinupdate.su3.torrent" \ No newline at end of file diff --git a/i2pversion b/i2pversion index 75f1ab6..6884fba 100644 --- a/i2pversion +++ b/i2pversion @@ -18,15 +18,15 @@ if [ -z "$VERSIONMAJOR" ]; then export I2P_VERSION="master" VERSION="master" export VERSION="master" - I2PFIREFOX_VERSION="2.6.2" - export I2PFIREFOX_VERSION="2.6.2" + I2PFIREFOX_VERSION="2.7.0" + export I2PFIREFOX_VERSION="2.7.0" else I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" VERSION="i2p-$I2P_VERSION" export VERSION="i2p-$I2P_VERSION" - I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2" - export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.2" + I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" + export I2PFIREFOX_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD" fi # Comment this out to build from an alternate branch or