doctl: 1.151.0 → 1.152.0 (#15113)

* doctl -> 1.152.0 in updater-doctl-1.152.0

* updater-doctl-1.152.0: Package File Update Run on linux/386 container.

* updater-doctl-1.152.0: Package File Update Run on linux/amd64 container.

* updater-doctl-1.152.0: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-21 23:34:52 +11:00
committed by GitHub
parent 5a1fb58dd7
commit 077832acaa
4 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 25575344
# Total size: 25706456
/usr/local/bin/doctl

View File

@@ -1,2 +1,2 @@
# Total size: 25647024
# Total size: 25765840
/usr/local/bin/doctl

View File

@@ -1,2 +1,2 @@
# Total size: 26967504
# Total size: 27086352
/usr/local/bin/doctl

View File

@@ -3,17 +3,17 @@ require 'package'
class Doctl < Package
description 'The official command line interface for the DigitalOcean API.'
homepage 'https://github.com/digitalocean/doctl'
version '1.151.0'
version '1.152.0'
license 'Apache-2.0'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '62877f6c801aa6012f9f4ec6c0bdb40dad5f318f7e5a44bb9af644f7435c7c0e',
armv7l: '62877f6c801aa6012f9f4ec6c0bdb40dad5f318f7e5a44bb9af644f7435c7c0e',
i686: '02cbeae614392dcb2994f1d1a7c206d3b03ae632f8f1460f7315a7a955487ca8',
x86_64: '8fcd7592a356230b1eca85ee1f4f0b991890b1fc23131cfdb0abf9311311f004'
aarch64: '59b637d9d7634d3ddfd5210f3d7eea37191fb5b3c39ed6e1eb2d1ae4538fe70f',
armv7l: '59b637d9d7634d3ddfd5210f3d7eea37191fb5b3c39ed6e1eb2d1ae4538fe70f',
i686: '1b15d365c4e5559ba6ab05e5c6d8d42414b1844d3c9491ae440fa87047e7bfd5',
x86_64: '63bcd537117078bd856ed9792a58cd768aea22db115fc65b1c21bdc6262526dc'
})
depends_on 'glibc' => :executable