Files
i2p.firefox/i2pversion

22 lines
578 B
Plaintext
Raw Normal View History

#! /usr/bin/env sh
JNA_VERSION=5.11.0
2022-05-17 16:12:43 -04:00
export JNA_VERSION=5.11.0
2022-09-05 01:51:28 -04:00
I2PFIREFOX_VERSION=0.0.25
export I2PFIREFOX_VERSION=0.0.25
#Comment this out to build from an alternate branch or
# the tip of the master branch.
VERSIONMAJOR=1
2022-08-28 13:58:32 -04:00
VERSIONMINOR=9
2022-09-04 21:37:25 -04:00
VERSIONBUILD=2
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
2022-09-04 21:37:25 -04:00
VERSION=i2p-jpackage-1.9.1
export VERSION=i2p-jpackage-1.9.1
#Uncomment this to build from the tip of the master.
#I2P_VERSION=1.8.0
#export I2P_VERSION=1.8.0
#VERSION=master
#export VERSION="$VERSION"