diff --git a/VERSION.txt b/VERSION.txt index b977a66..151a686 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.7.7 +v0.7.8 diff --git a/conda/meta.yaml b/conda/meta.yaml index efb309e..c7329cd 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.7.7" %} +{% set version = "0.7.8" %} {% set git_repo = "https://github.com/cyverse/gocommands" %} package: @@ -7,21 +7,21 @@ package: source: url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-darwin-amd64.tar.gz # [osx and x86_64] - md5: ec34d64bd6370151a5b873de78d6a3a5 # [osx and x86_64] + md5: NotFound # [osx and x86_64] url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-darwin-arm64.tar.gz # [arm64] - md5: c9957ffe262d962623f0f40250ee509e # [arm64] + md5: NotFound # [arm64] url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-linux-386.tar.gz # [linux32] - md5: abc13d4c1fbd3f961d4ca6d821802988 # [linux32] + md5: NotFound # [linux32] url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-linux-amd64.tar.gz # [linux64] - md5: 8105db518832bc4db165d2a175f02483 # [linux64] + md5: NotFound # [linux64] url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-linux-arm.tar.gz # [linux and (armv7l or arm6l)] - md5: 825b79f3315c06ecaede3fd47bdc4b27 # [linux and (armv7l or arm6l)] + md5: NotFound # [linux and (armv7l or arm6l)] url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-linux-arm64.tar.gz # [aarch64] - md5: c90992c9df5212c503da40499d732d70 # [aarch64] + md5: NotFound # [aarch64] url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-windows-386.zip # [win32] - md5: cb09b4c388bb2ed07a4961bdd4d9e6d5 # [win32] + md5: NotFound # [win32] url: https://github.com/cyverse/gocommands/releases/download/v{{ version }}/gocmd-v{{ version }}-windows-amd64.zip # [win64] - md5: 1e350b7eec18790ec17a65e79fb0f82e # [win64] + md5: NotFound # [win64] build: number: 0 diff --git a/homebrew/gocommands.rb b/homebrew/gocommands.rb index 5e4513e..5fd73fe 100644 --- a/homebrew/gocommands.rb +++ b/homebrew/gocommands.rb @@ -1,8 +1,8 @@ class Gocommands < Formula desc "Portable command-line toolkit for iRODS data management service" homepage "https://github.com/cyverse/gocommands" - url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.7.7.tar.gz" - sha256 "d4e01e997959167aac87787f5ed6cedcfa325d17c2b6b1c25a67ab7f8499c14b" + url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.7.8.tar.gz" + sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" license "BSD-3-Clause" livecheck do diff --git a/package_info.json b/package_info.json index aaf7dc7..5a37b84 100644 --- a/package_info.json +++ b/package_info.json @@ -1,3 +1,3 @@ { - "version": "0.7.7" + "version": "0.7.8" } \ No newline at end of file