kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / doctl
Commits:
ea5829b4 by kpcyrd at 2024-09-13T00:44:17+02:00
upgpkg: 1.114.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.113.0
+ pkgver = 1.114.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.113.0/doctl-1.113.0.tar.gz
- sha256sums =
9a74e5d7ca65dab98afdabe74d69d3d3c71bca512ff3d5ad6039881af1b14f4c
- b2sums =
04fd8a8000cb0c355bd924a1f59feec6ca976ba24ed2bd5034a6dd426ba0f3f7361a3a64410da375c20c7acb5bc379c7e74ae8c8562d833861575c6584b29fb2
+ source =
https://github.com/digitalocean/doctl/archive/v1.114.0/doctl-1.114.0.tar.gz
+ sha256sums =
a19ab6a36f65ebf39786f79f3c53caadab508874f84fb5d701f04191c0b27408
+ b2sums =
7ce1c2c2ce8a885c781efce9741daef55797499e6b3acf61c8af0d0d76fad5c88b205cc9a0427caeee4303c453386f264d136a804e948b52054bd0dffe64463e
pkgname = doctl
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Bennett Piater <bennett at piater dot name>
pkgname=doctl
-pkgver=1.113.0
+pkgver=1.114.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=('9a74e5d7ca65dab98afdabe74d69d3d3c71bca512ff3d5ad6039881af1b14f4c')
-b2sums=('04fd8a8000cb0c355bd924a1f59feec6ca976ba24ed2bd5034a6dd426ba0f3f7361a3a64410da375c20c7acb5bc379c7e74ae8c8562d833861575c6584b29fb2')
+sha256sums=('a19ab6a36f65ebf39786f79f3c53caadab508874f84fb5d701f04191c0b27408')
+b2sums=('7ce1c2c2ce8a885c781efce9741daef55797499e6b3acf61c8af0d0d76fad5c88b205cc9a0427caeee4303c453386f264d136a804e948b52054bd0dffe64463e')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/doctl/-/commit/ea5829b4d41edf903a2383a58e476dafd2eecff3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/doctl/-/commit/ea5829b4d41edf903a2383a58e476dafd2eecff3
You're receiving this email because of your account on gitlab.archlinux.org.