diff options
| author | Samuel Littley <samuel.littley@toastwaffle.com> | 2022-03-15 20:14:05 +0000 |
|---|---|---|
| committer | Samuel Littley <samuel.littley@toastwaffle.com> | 2022-03-15 20:14:05 +0000 |
| commit | ac1bbf37228799b71564d94d8e1873366197944a (patch) | |
| tree | beee1e29abbe597943dc366cedcc2eca91f0a139 | |
| parent | 68b3b509e0e50516060c4e83681abfcac65a9170 (diff) | |
| download | google-guest-agent-ac1bbf37228799b71564d94d8e1873366197944a.tar.xz | |
Update to 20220304.00
| -rw-r--r-- | .SRCINFO | 7 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = google-guest-agent pkgdesc = Guest Agent for Google Compute Engine - pkgver = 20201217.02 + pkgver = 20220304.00 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/guest-agent install = google-guest-agent.install @@ -8,10 +8,9 @@ pkgbase = google-guest-agent license = Apache makedepends = go backup = etc/default/instance_configs.cfg - source = google-guest-agent-20201217.02.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20201217.02.tar.gz + source = google-guest-agent-20220304.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20220304.00.tar.gz source = google-guest-agent.install - sha256sums = 7f1fac0a9d8ab0af202950fe6f7b6284c30b093611c7819bfc1e1a87c59390a8 + sha256sums = 19ce39559b565d004592a8419430816eed8dfda903b04b5f024c04ab7d887bf7 sha256sums = bf8dd6ae04242160cd78e781015fd456c73c208ba09049fc56cc0f716038c5f2 pkgname = google-guest-agent - @@ -16,7 +16,7 @@ # Maintainer: Samuel Littley <samuellittley@google.com> pkgname='google-guest-agent' -pkgver=20201217.02 +pkgver=20220304.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=('7f1fac0a9d8ab0af202950fe6f7b6284c30b093611c7819bfc1e1a87c59390a8' +sha256sums=('19ce39559b565d004592a8419430816eed8dfda903b04b5f024c04ab7d887bf7' 'bf8dd6ae04242160cd78e781015fd456c73c208ba09049fc56cc0f716038c5f2') install='google-guest-agent.install' backup=('etc/default/instance_configs.cfg') |
