diff --git a/manifest/armv7l/g/go_fetch.filelist b/manifest/armv7l/g/go_fetch.filelist index 10f331584..47c366d9a 100644 --- a/manifest/armv7l/g/go_fetch.filelist +++ b/manifest/armv7l/g/go_fetch.filelist @@ -1,2 +1,2 @@ -# Total size: 5470592 +# Total size: 7938720 /usr/local/bin/go-fetch diff --git a/manifest/i686/g/go_fetch.filelist b/manifest/i686/g/go_fetch.filelist index 94f7d8978..34d5c85fc 100644 --- a/manifest/i686/g/go_fetch.filelist +++ b/manifest/i686/g/go_fetch.filelist @@ -1,2 +1,2 @@ -# Total size: 5443736 +# Total size: 7898512 /usr/local/bin/go-fetch diff --git a/manifest/x86_64/g/go_fetch.filelist b/manifest/x86_64/g/go_fetch.filelist index 84ae1717f..42429b6bc 100644 --- a/manifest/x86_64/g/go_fetch.filelist +++ b/manifest/x86_64/g/go_fetch.filelist @@ -1,2 +1,2 @@ -# Total size: 6426624 +# Total size: 8183688 /usr/local/bin/go-fetch diff --git a/packages/go_fetch.rb b/packages/go_fetch.rb index 54d7dff75..188e08a66 100644 --- a/packages/go_fetch.rb +++ b/packages/go_fetch.rb @@ -3,20 +3,21 @@ require 'package' class Go_fetch < Package description 'fetch makes it easy to download files, folders, or release assets from a specific commit, branch, or tag of a public or private GitHub repo.' homepage 'https://github.com/gruntwork-io/fetch/' - version '0.4.2' + version '0.4.6' license 'LGPL-2.1' compatibility 'all' source_url 'https://github.com/gruntwork-io/fetch.git' git_hashtag "v#{version}" - binary_compression 'tar.xz' + binary_compression 'tar.zst' binary_sha256({ - aarch64: 'b0e8b47876a76312e2ee23bbc436e1493eb04b8814389292888229369416cbbc', - armv7l: 'b0e8b47876a76312e2ee23bbc436e1493eb04b8814389292888229369416cbbc', - i686: '4aed282daea6af1217e0b9818fbbb6aea2cf09408057bf9da2c6bcd984a79bfe', - x86_64: 'fc2f886eba2b7301b5a93b76a8b93a9c89175e486109a8f520c7c01df727e399' + aarch64: 'ae4c664cdc479f79ad98c5a498b5af3a58182baaaf0b464ca801e5ff29872317', + armv7l: 'ae4c664cdc479f79ad98c5a498b5af3a58182baaaf0b464ca801e5ff29872317', + i686: '055a7501d381aa0d0562df27d0d3a2202300714f48b92d6752db7eadeaf9f78c', + x86_64: '9e6e60e4f3667bc8e6c200e6de71c4df29652837e59d9acc9e21fba11a3e598c' }) + depends_on 'glibc' # R depends_on 'go' => :build def self.build