summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Castelli2022-09-10 21:48:31 +0000
committerLorenzo Castelli2022-09-10 14:53:24 -0700
commite49e66e5df780af6dcac53e779aa468485f43acd (patch)
treee7082f7873eaa529a57d8ed6330be77073dcad2c
parent2c96e6e2eea7e86689d4e433a1d06235095de0f1 (diff)
downloadaur-google-guest-agent.tar.gz
Updates package to version 20220824.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2b3079bd83..5d762adbe7c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-guest-agent
pkgdesc = Guest Agent for Google Compute Engine
- pkgver = 20220622.00
+ pkgver = 20220824.00
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/guest-agent
install = google-guest-agent.install
@@ -8,9 +8,9 @@ pkgbase = google-guest-agent
license = Apache
makedepends = go
backup = etc/default/instance_configs.cfg
- source = google-guest-agent-20220622.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20220622.00.tar.gz
+ source = google-guest-agent-20220824.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20220824.00.tar.gz
source = google-guest-agent.install
- sha256sums = ac3b3d819d14d9198a4f4dabce6ffe3bdf183c8988c78ee82189fecb90a7952e
+ sha256sums = 4e53de5276b8ff60fe50f5bd91e6a88282d8eb1250a83124a31ff999d946b308
sha256sums = bf8dd6ae04242160cd78e781015fd456c73c208ba09049fc56cc0f716038c5f2
pkgname = google-guest-agent
diff --git a/PKGBUILD b/PKGBUILD
index 814e364e3667..499b3f626131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='google-guest-agent'
-pkgver=20220622.00
+pkgver=20220824.00
pkgrel=1
pkgdesc='Guest Agent for Google Compute Engine'
arch=('x86_64')
@@ -25,7 +25,7 @@ license=('Apache')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/$pkgver.tar.gz"
'google-guest-agent.install')
-sha256sums=('ac3b3d819d14d9198a4f4dabce6ffe3bdf183c8988c78ee82189fecb90a7952e'
+sha256sums=('4e53de5276b8ff60fe50f5bd91e6a88282d8eb1250a83124a31ff999d946b308'
'bf8dd6ae04242160cd78e781015fd456c73c208ba09049fc56cc0f716038c5f2')
install='google-guest-agent.install'
backup=('etc/default/instance_configs.cfg')