Switch to alternate repository supporting 11.3-RELEASE base

This commit is contained in:
Jose
2019-10-22 12:42:10 -04:00
parent b497e4c056
commit 834957d4ec
3 changed files with 4 additions and 2 deletions

View File

@@ -59,7 +59,8 @@ BASTILLECONF="${USRLOCAL}/etc/${APPNAME}/${APPNAME}.conf"
BASTILLECONFLINK="/var/etc/bastilleconf"
INSTALLPATH="${CWDIR}/${FULLAPPNAME}"
BRANCH="master"
BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip"
#BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip" # Official Bastille repository(Pending some updates/fixes)
BATSILLE_URL="https://github.com/JRGTH/${APPNAME}/archive/${BRANCH}.zip" # Alternate Bastille repository(Updated, supports 11.3-RELEASE base)
BASTILE_VERSION="https://raw.githubusercontent.com/BastilleBSD/${APPNAME}/${BRANCH}/usr/local/bin/${APPNAME}"
GITURL="https://github.com/JRGTH/xigmanas-${APPNAME}-extension/archive/${BRANCH}.zip"
VERFILE="https://raw.githubusercontent.com/JRGTH/xigmanas-${APPNAME}-extension/${BRANCH}/version"

View File

@@ -3,6 +3,7 @@
======================
Version Description
0.0.6......Switch to alternate repository supporting 11.3-RELEASE base.
0.0.5......Start all jails once.
0.0.4......Start jails if directory not empty.
0.0.3......Minor code adjustment.

View File

@@ -1 +1 @@
0.0.5
0.0.6