mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
updater-go_fetch-0.4.6 — go_fetch → 0.4.6 (#13483)
* Add unbuilt go_fetch to updater-go_fetch-0.4.6 * updater-go_fetch-0.4.6: Package File Update Run on linux/386 container. * updater-go_fetch-0.4.6: Package File Update Run on linux/amd64 container. * updater-go_fetch-0.4.6: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e79b88248
commit
d98c42a170
@@ -1,2 +1,2 @@
|
||||
# Total size: 5470592
|
||||
# Total size: 7938720
|
||||
/usr/local/bin/go-fetch
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 5443736
|
||||
# Total size: 7898512
|
||||
/usr/local/bin/go-fetch
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 6426624
|
||||
# Total size: 8183688
|
||||
/usr/local/bin/go-fetch
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user