Commit 20d6b49 1 parent d339ab1 commit 20d6b49 Copy full SHA for 20d6b49
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -e # exit immediately if a simple command exits with a non-zero status
3
3
set -u # report the usage of uninitialized variables
4
4
5
5
# Grab the latest versions that are in the directory
6
- BUCKYTOOLS_VERSION=8583b2f
6
+ BUCKYTOOLS_VERSION=9d2c799
7
7
commands=" bucky buckyd bucky-fill bucky-isempty bucky-pickle-relay bucky-sparsify"
8
8
9
9
echo " Setting the GO env variables ..."
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
PACKAGE=" buckytools"
6
- VERSION=" 8583b2f "
6
+ VERSION=" 9d2c799 "
7
7
FILE=" buckytools-${VERSION} .tar.gz"
8
8
URL=" https://github.com/jjneely/buckytools.git"
9
9
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dependencies:
5
5
- golang1.8
6
6
7
7
files:
8
- - buckytools/buckytools-8583b2f .tar.gz #
8
+ - buckytools/buckytools-9d2c799 .tar.gz #
9
9
- helpers/**/*
You can’t perform that action at this time.
0 commit comments