From 39e103726a49600dd7de5343d2cd6ab0e6b89b3f Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Sat, 15 Jul 2017 12:37:07 -0400 Subject: [PATCH] Updating to 1.12.0 --- README.md | 2 +- changelog.md | 12 ++++++++++++ cheat/cheat | 2 +- cloudup/cloudup | 2 +- crypt/crypt | 2 +- currency/currency | 2 +- extras/Linux/maps/maps | 2 +- geo/geo | 2 +- install.sh | 2 +- movies/movies | 2 +- qrify/qrify | 2 +- short/short | 2 +- siteciphers/siteciphers | 2 +- stocks/stocks | 2 +- taste/taste | 2 +- weather/weather | 2 +- ytview/ytview | 2 +- 17 files changed, 28 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 38b5df0..d5d140d 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ brew install chainsawbaby/formula/bash-snippets * Then cd into the cloned directory: ```cd Bash-Snippets``` -* Git checkout to the latest stable release ```git checkout v1.11.2``` +* Git checkout to the latest stable release ```git checkout v1.12.0``` * Run the guided install script with ```bash diff --git a/changelog.md b/changelog.md index 4544e37..78ea3c4 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,18 @@ # Bash-Snippets Changelog +## Version 1.12.0 + + + +### Changes +* Added siteciphers component + +### Bugfixes +* Crypt was still using only curl to get tags for update + +
+ ## Version 1.11.1
diff --git a/cheat/cheat b/cheat/cheat index 8e6e0bf..4011e65 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" ## rest of these variables are search flags search="0" diff --git a/cloudup/cloudup b/cloudup/cloudup index 39b3ef3..54e85bf 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" private="0" ## state of private flag all="0" ## state of all flag diff --git a/crypt/crypt b/crypt/crypt index b7feca9..313b872 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" state="" configuredClient="" diff --git a/currency/currency b/currency/currency index fc1e470..113cfcf 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/extras/Linux/maps/maps b/extras/Linux/maps/maps index 3439a92..1a327f2 100755 --- a/extras/Linux/maps/maps +++ b/extras/Linux/maps/maps @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" directionsFlag="0" directionsMapFlag="0" diff --git a/geo/geo b/geo/geo index c014dd2..c7fcc7b 100755 --- a/geo/geo +++ b/geo/geo @@ -6,7 +6,7 @@ # Github: https://github.com/jakewmeyer # -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/install.sh b/install.sh index 45c1e18..ff36e83 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers) askInstall() diff --git a/movies/movies b/movies/movies index f980926..dfbe620 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" configuredPython="" diff --git a/qrify/qrify b/qrify/qrify index 2fda732..c893333 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,7 +1,7 @@ #!/bin/bash # Author: Linyos Torovoltos github.com/linyostorovovoltos -currentVersion="1.11.2" +currentVersion="1.12.0" multiline="0" # flag that indicates multiline option diff --git a/short/short b/short/short index 0c38f3f..2fe2faf 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" configuredPython="" diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers index aa01b93..61241e0 100755 --- a/siteciphers/siteciphers +++ b/siteciphers/siteciphers @@ -1,7 +1,7 @@ #!/bin/bash DELAY=1 configuredClient="" -currentVersion="1.11.2" +currentVersion="1.12.0" checkOpenSSL() { diff --git a/stocks/stocks b/stocks/stocks index c27c229..0555572 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" configuredPython="" diff --git a/taste/taste b/taste/taste index 8edbf46..8a42923 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" +currentVersion="1.12.0" configuredClient="" configuredPython="" source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable diff --git a/weather/weather b/weather/weather index 1ee5d54..38c40f8 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.2" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 +currentVersion="1.12.0" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 LANG="${LANG:-en}" locale=$(echo $LANG | cut -c1-2) configuredClient="" diff --git a/ytview/ytview b/ytview/ytview index d8c4f2a..d8f1d64 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]];then rm -rf $HOME/.cache/ytview/ ;fi player="" configuredClient="" -currentVersion="1.11.2" +currentVersion="1.12.0" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one