Skip to content

Commit 20d6b49

Browse files
use new version of buckytools
1 parent d339ab1 commit 20d6b49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/buckytools/packaging

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e # exit immediately if a simple command exits with a non-zero status
33
set -u # report the usage of uninitialized variables
44

55
# Grab the latest versions that are in the directory
6-
BUCKYTOOLS_VERSION=8583b2f
6+
BUCKYTOOLS_VERSION=9d2c799
77
commands="bucky buckyd bucky-fill bucky-isempty bucky-pickle-relay bucky-sparsify"
88

99
echo "Setting the GO env variables ..."

packages/buckytools/prepare

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
PACKAGE="buckytools"
6-
VERSION="8583b2f"
6+
VERSION="9d2c799"
77
FILE="buckytools-${VERSION}.tar.gz"
88
URL="https://github.com/jjneely/buckytools.git"
99

packages/buckytools/spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
- golang1.8
66

77
files:
8-
- buckytools/buckytools-8583b2f.tar.gz #
8+
- buckytools/buckytools-9d2c799.tar.gz #
99
- helpers/**/*

0 commit comments

Comments
 (0)