Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
0.1.9 release - getting close
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhams committed Dec 15, 2019
1 parent a84eea8 commit 9a91654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
STDOUT->autoflush(1);

my $argc = ($#ARGV + 1);
my $version = "0.1.8";
my $version = "0.1.9";

(my $configfile = basename($0)) =~ s/^(.*?)(?:\..*)?$/$1.conf/;
my $scriptLocation = $FindBin::Bin;
Expand Down
2 changes: 1 addition & 1 deletion packages/cacerts/configureit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SUM=`sha256sum certdata.txt|cut -d " " -f 1`
echo "SUM=$SUM"
# CARE - DONT FORGET TO LEAVE an "ne" on the front when
# you update the sha256sum below!
if [[ "ne$SUM" != "ne8858569dc299b47dde6dd77ae9d54e5a9aa0cd34f203cb916d57aaf3caf74da9" ]]; then
if [[ "ne$SUM" != "ne271df8bdfebb5afa3878a24a911cfda27cba7e4c6c729a17577a9c1c4c5e6c62" ]]; then
echo "SHASUM of cert data failed! Refusing to continue"
echo "Update the packages/cacerts/configureit script taking care"
echo "to leave 'ne' on the front of the replaced sha256sum."
Expand Down

0 comments on commit 9a91654

Please sign in to comment.