Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
doctl
Commits:
1e8d1d8b by Caleb Maclennan at 2025-11-07T15:29:32+03:00
upgpkg: 1.147.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = doctl
pkgdesc = The official command line interface for the DigitalOcean API
- pkgver = 1.146.0
+ pkgver = 1.147.0
pkgrel = 1
url = https://github.com/digitalocean/doctl
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = doctl
makedepends = go
depends = glibc
options = !lto
- source =
https://github.com/digitalocean/doctl/archive/v1.146.0/doctl-1.146.0.tar.gz
- sha256sums =
37aa7baf777ac9ad5a8a5d1f82f120733be6ad270a5e2ed692c0853c2e48cfba
- b2sums =
70344bb8412df0075cc9802307f7e4ce1dafb285f406f13ddc2ad7a8798db83744c995dcf4b80abbdb6b46096c8ea69e59ecb6b186b8b76e7ad53e65b9fdf344
+ source =
https://github.com/digitalocean/doctl/archive/v1.147.0/doctl-1.147.0.tar.gz
+ sha256sums =
e1e6f3ad172821a73446c8eb4997f19d122f5a9baff1a4ad2385c98f539325c6
+ b2sums =
8580110e6c5c2a403176ed46fc024d13a16d9fcf624ed34684d2199968e2e35fccf5d8f7a3cc1864ad53886e7eb8dfbf133c574e2583b119c2a0a68961a3e0b9
pkgname = doctl
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Bennett Piater <bennett at piater dot name>
pkgname=doctl
-pkgver=1.146.0
+pkgver=1.147.0
pkgrel=1
pkgdesc='The official command line interface for the DigitalOcean API'
url='https://github.com/digitalocean/doctl'
@@ -14,8 +14,8 @@ depends=('glibc')
makedepends=('go')
options=('!lto')
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('37aa7baf777ac9ad5a8a5d1f82f120733be6ad270a5e2ed692c0853c2e48cfba')
-b2sums=('70344bb8412df0075cc9802307f7e4ce1dafb285f406f13ddc2ad7a8798db83744c995dcf4b80abbdb6b46096c8ea69e59ecb6b186b8b76e7ad53e65b9fdf344')
+sha256sums=('e1e6f3ad172821a73446c8eb4997f19d122f5a9baff1a4ad2385c98f539325c6')
+b2sums=('8580110e6c5c2a403176ed46fc024d13a16d9fcf624ed34684d2199968e2e35fccf5d8f7a3cc1864ad53886e7eb8dfbf133c574e2583b119c2a0a68961a3e0b9')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/doctl/-/commit/1e8d1d8bde30c744574f3ab2f85b56a5fe5b3573
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/doctl/-/commit/1e8d1d8bde30c744574f3ab2f85b56a5fe5b3573
You're receiving this email because of your account on gitlab.archlinux.org.