mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
21 lines
502 B
Bash
21 lines
502 B
Bash
#! /usr/bin/env sh
|
|
|
|
JNA_VERSION=5.11.0
|
|
export JNA_VERSION=5.11.0
|
|
|
|
#Comment this out to build from an alternate branch or
|
|
# the tip of the master branch.
|
|
VERSIONMAJOR=1
|
|
VERSIONMINOR=8
|
|
VERSIONBUILD=1
|
|
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
|
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
|
VERSION=i2p-1.8.8
|
|
export VERSION=i2p-1.8.0
|
|
|
|
#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"
|