Skip to content

Commit

Permalink
Merge pull request #61 from upbound/create-pull-request/patch
Browse files Browse the repository at this point in the history
Bump formula versions from `v0.30.0` to `v0.31.0`
  • Loading branch information
adamwg authored Jun 7, 2024
2 parents 3bd186d + 721d5eb commit 057748e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions Formula/docker-credential-up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
class DockerCredentialUp < Formula
desc 'Upbound Docker credential helper'
homepage 'https://upbound.io'
version 'v0.30.0'
version 'v0.31.0'
license 'Upbound Software License'

if OS.mac? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/docker-credential-up/darwin_amd64.tar.gz'
sha256 '51643a409e959be1a7ae83373987886a957fc9434426c72892b3722bc81dff9c'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/darwin_amd64.tar.gz'
sha256 'fdc74b9ecbee2639e7fa5db9d14e3176d38da8172485e3709a002c64ec9949bf'
end
if OS.mac? && Hardware::CPU.arm?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/docker-credential-up/darwin_arm64.tar.gz'
sha256 '12ce95ffd15fce37d49adb287210dc43b700cf2261752df557eb74684a8a5848'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/darwin_arm64.tar.gz'
sha256 'dfed66c4cd56f6ce50d1bf3bedb232e6c708a509ae2c0ec8b06971a111fbf4a4'
end
if OS.linux? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/docker-credential-up/linux_amd64.tar.gz'
sha256 '1c4277465a5bc4c2ce7231f04ba5c7fe20febd2865b9381bc90a54a7f85dd541'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/linux_amd64.tar.gz'
sha256 '068b255cf92f19c9bd9a021d2b5ea25652d17e2044e38a2a2791390a68917c6f'
end
if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/docker-credential-up/linux_arm.tar.gz'
sha256 '34a1f61d45217d76d6f0b9be268b62d668ab8970ce791f0d2c61dca3c6ada2af'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/linux_arm.tar.gz'
sha256 '89a893b3c04bd10cf07b75de1e1d78eb786147dffbd18e42e675482221a20fd2'
end
if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/docker-credential-up/linux_arm64.tar.gz'
sha256 'b8244f3e94ca5b6d9b977d1ab6b05415f704093ec00e6538b0f48969fa35b766'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/linux_arm64.tar.gz'
sha256 'a6523554677fe8c147c9ad32356e995e01a52f170bf5985721a14f245968a4a1'
end

def install
Expand Down
22 changes: 11 additions & 11 deletions Formula/up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@
class Up < Formula
desc 'The official Upbound CLI'
homepage 'https://upbound.io'
version 'v0.30.0'
version 'v0.31.0'
license 'Upbound Software License'

if OS.mac? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/up/darwin_amd64.tar.gz'
sha256 '1bba19f54e1313d23d60944222f1388197d7264534c62e2a697e0122afe50f9e'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/darwin_amd64.tar.gz'
sha256 '780e89c2bd835d2b3b4a42be506469bd53a0acf44bfff37a4a97a9136fccf6cc'
end
if OS.mac? && Hardware::CPU.arm?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/up/darwin_arm64.tar.gz'
sha256 'ea52fef7909bd13872ee16960fb65f2e566b52d3ce76e987d2f99414af42411a'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/darwin_arm64.tar.gz'
sha256 '83d898b51686ffafa138b68f9e32d2d85e6909d017d7502f499222b9b144ebed'
end
if OS.linux? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/up/linux_amd64.tar.gz'
sha256 'c1f5dcb83c0772be337cc98a32b373cf4e422c993953eadb0e1567d7bfbf7243'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/linux_amd64.tar.gz'
sha256 '4497b00cc1b551cac7296984512b9a6c13abc9d4b60270809adbd8cfa6746208'
end
if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/up/linux_arm.tar.gz'
sha256 'e95db0b139d7d16ce371d88a8983a44ed085ba863fa06acdde02d2fa716cbafe'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/linux_arm.tar.gz'
sha256 'a94d6241a50b487fc8b51c5ed9114617c2144a5fc982e89e5e42826a8dcff972'
end
if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.30.0/bundle/up/linux_arm64.tar.gz'
sha256 '61927aac5823a49c44ba6e406cde97563d0b5f68b6bdb432f88f973b198975f3'
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/linux_arm64.tar.gz'
sha256 '1e0fcd703d0f4a824c4d289297ef408afe6d0ba46978303e6c06b676a8fb8dc6'
end

def install
Expand Down

0 comments on commit 057748e

Please sign in to comment.