iterated minor version 2.3.5 - fixed Slipstream dependencies
This commit is contained in:
parent
f9a7cc57ac
commit
5c0ec6c90f
3 changed files with 4 additions and 3 deletions
2
PRbL
2
PRbL
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2fac6ba3a335a89acc07287928446bd6b92169d1
|
Subproject commit 396430c539486520f444fa3c6afb89e91c0dbbc8
|
||||||
|
|
@ -42,7 +42,8 @@ sys_packages=(
|
||||||
)
|
)
|
||||||
|
|
||||||
pip_packages=(
|
pip_packages=(
|
||||||
pyparsing
|
pyparsing==3.0.9
|
||||||
|
gitpython
|
||||||
)
|
)
|
||||||
|
|
||||||
repo_packages=(
|
repo_packages=(
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
###################################################################
|
###################################################################
|
||||||
|
|
||||||
# initial vars
|
# initial vars
|
||||||
VERSION=2.3.4
|
VERSION=2.3.5
|
||||||
scripttitle="Pyr0ball's Reductive Bash Library Installer - v$VERSION"
|
scripttitle="Pyr0ball's Reductive Bash Library Installer - v$VERSION"
|
||||||
|
|
||||||
# Bash expansions to get the name and location of this script when run
|
# Bash expansions to get the name and location of this script when run
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue