Skip to content

Commit

Permalink
Upgrade gocommands version.
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Jul 28, 2023
1 parent c41feff commit 09019ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recipes/gocommands/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "gocommands" %}
{% set version = "0.6.4" %}
{% set version = "0.7.6" %}
{% set git_repo = "https://github.com/cyverse/gocommands" %}
{% set release_url = "https://github.com/cyverse/gocommands/releases" %}

Expand All @@ -9,21 +9,21 @@ package:

source:
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-darwin-amd64.tar.gz # [osx and x86_64]
md5: f41aeca3e44dd997e52cf55a30a3c0ba # [osx and x86_64]
md5: b0d7a6d0ab22bc6e31386c8297b5a62b # [osx and x86_64]
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-darwin-arm64.tar.gz # [arm64]
md5: 3101783333e0b834cb78db9eae4599b6 # [arm64]
md5: bfeabe3b04d97ed85bd2198c8033cc08 # [arm64]
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-linux-386.tar.gz # [linux32]
md5: 68a0376fe0a7363869e9c5a565a91355 # [linux32]
md5: 4fc93d4a970372b9bae3da5834b499fa # [linux32]
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-linux-amd64.tar.gz # [linux64]
md5: 8e1f7edeab149458effef09d015d9836 # [linux64]
md5: 97d347f857b8755e5becb1df7815d825 # [linux64]
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-linux-arm.tar.gz # [linux and (armv7l or arm6l)]
md5: 8e83aa405d24497da46635b2f570c7d6 # [linux and (armv7l or arm6l)]
md5: 1cf087eb3a0abe1bf9477552f2084351 # [linux and (armv7l or arm6l)]
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-linux-arm64.tar.gz # [aarch64]
md5: d1dfd9c73773950d37b2ec7a1dc4b872 # [aarch64]
md5: c2fcf9feb193d7456ffeab6f6c58991e # [aarch64]
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-windows-386.zip # [win32]
md5: 65e39ae85d18e59d18f3220dbf5e7ec7 # [win32]
md5: 861a56677b750a6a59617da92f9d9025 # [win32]
url: {{ release_url }}/download/v{{ version }}/gocmd-v{{ version }}-windows-amd64.zip # [win64]
md5: 1fbe88100c569913714c8071c81e6c56 # [win64]
md5: bec4e699ab1233f3fdba323e84678a97 # [win64]

build:
number: 0
Expand Down

0 comments on commit 09019ef

Please sign in to comment.