Skip to content

Commit

Permalink
Bump up version to v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 20, 2023
1 parent d600d01 commit 40cc7a7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.7
v0.7.8
18 changes: 9 additions & 9 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.7.7" %}
{% set version = "0.7.8" %}
{% set git_repo = "https://github.com/cyverse/gocommands" %}

package:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions homebrew/gocommands.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.7.7"
"version": "0.7.8"
}

0 comments on commit 40cc7a7

Please sign in to comment.