From 57b7572afe107a58b6934e66985fc730d4e6e283 Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Sat, 26 Jun 2021 00:23:36 +0900 Subject: [PATCH] pkg: Update brew packaging script --- scripts/generate_bottle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_bottle.sh b/scripts/generate_bottle.sh index f5c233e9..fe1674fd 100644 --- a/scripts/generate_bottle.sh +++ b/scripts/generate_bottle.sh @@ -56,7 +56,7 @@ echo "class Blanc < Formula bottle do root_url \"https://github.com/turnpike/blanc/releases/download/${VERSION}\" - sha256 \"${hash}\" => :${MAC_VERSION} + sha256 ${MAC_VERSION}: \"${hash}\" end def install raise \"Error, only supporting binary packages at this time\"