mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
17 lines
436 B
Bash
17 lines
436 B
Bash
#! /usr/bin/env sh
|
|
|
|
JNA_VERSION=5.11.0
|
|
export JNA_VERSION=5.11.0
|
|
I2PFIREFOX_VERSION=1.0.1
|
|
export I2PFIREFOX_VERSION=1.0.1
|
|
# Comment this out to build from an alternate branch or
|
|
# the tip of the master branch.
|
|
VERSIONMAJOR=1
|
|
VERSIONMINOR=9
|
|
VERSIONBUILD=7
|
|
I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
|
export I2P_VERSION="$VERSIONMAJOR.$VERSIONMINOR.$VERSIONBUILD"
|
|
VERSION=i2p-jpackage-1.9.4
|
|
export VERSION=i2p-jpackage-1.9.4
|
|
|