Files
i2p.firefox/i2pversion

18 lines
399 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
#Comment this out to build from an alternate branch or
# the tip of the master branch.
I2P_VERSION=1.7.7
2022-05-17 16:12:43 -04:00
export I2P_VERSION=1.7.7
2022-04-20 14:51:58 -04:00
VERSION=i2p-jpackage-1.7.1
2022-05-17 16:12:43 -04:00
export VERSION=i2p-jpackage-1.7.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"