Skip to content

Commit

Permalink
Merge pull request #63 from upbound/create-pull-request/patch
Browse files Browse the repository at this point in the history
Bump formula versions from `v0.31.0` to `v0.32.1`
  • Loading branch information
adamwg authored Aug 6, 2024
2 parents 057748e + 38aec04 commit 8c507b9
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.31.0'
version 'v0.32.1'
license 'Upbound Software License'

if OS.mac? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/darwin_amd64.tar.gz'
sha256 'fdc74b9ecbee2639e7fa5db9d14e3176d38da8172485e3709a002c64ec9949bf'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/docker-credential-up/darwin_amd64.tar.gz'
sha256 'e653c042df5ffa84c6c53b2a8c6e8ca7238032f39e7ba3027ac544415f859de9'
end
if OS.mac? && Hardware::CPU.arm?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/darwin_arm64.tar.gz'
sha256 'dfed66c4cd56f6ce50d1bf3bedb232e6c708a509ae2c0ec8b06971a111fbf4a4'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/docker-credential-up/darwin_arm64.tar.gz'
sha256 'ac91fc9636be19c418dcd594c4bae15efb58e51bf09edf220aafc9dd4ccdb6e4'
end
if OS.linux? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/linux_amd64.tar.gz'
sha256 '068b255cf92f19c9bd9a021d2b5ea25652d17e2044e38a2a2791390a68917c6f'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/docker-credential-up/linux_amd64.tar.gz'
sha256 '0f11112f5de9d5b165e25cc4d2e538d38eccf8765724c2c9e5035e26a2800ac9'
end
if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/linux_arm.tar.gz'
sha256 '89a893b3c04bd10cf07b75de1e1d78eb786147dffbd18e42e675482221a20fd2'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/docker-credential-up/linux_arm.tar.gz'
sha256 'd90ccd9adf5d458b43fe420f3f3b147713f3b3e124037f6b7d5cab8ce2fdd82e'
end
if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/docker-credential-up/linux_arm64.tar.gz'
sha256 'a6523554677fe8c147c9ad32356e995e01a52f170bf5985721a14f245968a4a1'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/docker-credential-up/linux_arm64.tar.gz'
sha256 'ea454018658fdc4c2312899b563056c7e618d7109290ded467265f5316578ee8'
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.31.0'
version 'v0.32.1'
license 'Upbound Software License'

if OS.mac? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/darwin_amd64.tar.gz'
sha256 '780e89c2bd835d2b3b4a42be506469bd53a0acf44bfff37a4a97a9136fccf6cc'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/up/darwin_amd64.tar.gz'
sha256 'aed17d6ad64f04ad4275af440b04bb866b3a2c2ab92d46e76779c661e9dd6fd1'
end
if OS.mac? && Hardware::CPU.arm?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/darwin_arm64.tar.gz'
sha256 '83d898b51686ffafa138b68f9e32d2d85e6909d017d7502f499222b9b144ebed'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/up/darwin_arm64.tar.gz'
sha256 '1e7ee667f86b0aaf7b6fcdecbc2f616b69d0e26d28233fe8e42bebdc11b193b7'
end
if OS.linux? && Hardware::CPU.intel?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/linux_amd64.tar.gz'
sha256 '4497b00cc1b551cac7296984512b9a6c13abc9d4b60270809adbd8cfa6746208'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/up/linux_amd64.tar.gz'
sha256 '82a1b6772ced9c6f5ef85db69b21b6d0714fffc9ef4f2448de35ec03f7468bf7'
end
if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/linux_arm.tar.gz'
sha256 'a94d6241a50b487fc8b51c5ed9114617c2144a5fc982e89e5e42826a8dcff972'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/up/linux_arm.tar.gz'
sha256 '38d9c6ca0f9522eee57d83f8fda71a7dc631ea4428b1c62b3109d303eb4e3a9c'
end
if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url 'https://cli.upbound.io/stable/v0.31.0/bundle/up/linux_arm64.tar.gz'
sha256 '1e0fcd703d0f4a824c4d289297ef408afe6d0ba46978303e6c06b676a8fb8dc6'
url 'https://cli.upbound.io/stable/v0.32.1/bundle/up/linux_arm64.tar.gz'
sha256 'dca0930be945dc70f527457f947a9318b1118789259c7463a3db0972e1d22ba8'
end

def install
Expand Down

0 comments on commit 8c507b9

Please sign in to comment.