summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Castelli2022-06-30 13:25:07 +0000
committerLorenzo Castelli2022-06-30 16:42:12 +0200
commit2c96e6e2eea7e86689d4e433a1d06235095de0f1 (patch)
tree69c84d30bb18e983af5b9f2977b5ff529b790c19
parentac1bbf37228799b71564d94d8e1873366197944a (diff)
downloadaur-2c96e6e2eea7e86689d4e433a1d06235095de0f1.tar.gz
Updates package to version 20220622.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8daa2d8c89be..2f2b3079bd83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-guest-agent
pkgdesc = Guest Agent for Google Compute Engine
- pkgver = 20220304.00
+ pkgver = 20220622.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-20220304.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20220304.00.tar.gz
+ source = google-guest-agent-20220622.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20220622.00.tar.gz
source = google-guest-agent.install
- sha256sums = 19ce39559b565d004592a8419430816eed8dfda903b04b5f024c04ab7d887bf7
+ sha256sums = ac3b3d819d14d9198a4f4dabce6ffe3bdf183c8988c78ee82189fecb90a7952e
sha256sums = bf8dd6ae04242160cd78e781015fd456c73c208ba09049fc56cc0f716038c5f2
pkgname = google-guest-agent
diff --git a/PKGBUILD b/PKGBUILD
index 1860a2287c5f..814e364e3667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='google-guest-agent'
-pkgver=20220304.00
+pkgver=20220622.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=('19ce39559b565d004592a8419430816eed8dfda903b04b5f024c04ab7d887bf7'
+sha256sums=('ac3b3d819d14d9198a4f4dabce6ffe3bdf183c8988c78ee82189fecb90a7952e'
'bf8dd6ae04242160cd78e781015fd456c73c208ba09049fc56cc0f716038c5f2')
install='google-guest-agent.install'
backup=('etc/default/instance_configs.cfg')