diff options
| author | Samuel Littley <samuel.littley@toastwaffle.com> | 2022-03-15 20:15:34 +0000 |
|---|---|---|
| committer | Samuel Littley <samuel.littley@toastwaffle.com> | 2022-03-15 20:15:34 +0000 |
| commit | 599f9b6b69e822925f9c81efcb778dded382b3de (patch) | |
| tree | 55dbed06c7c02325ad7133a268baa86b8f3d5041 | |
| parent | 266a104eaf0eb0f0c7ae42153106df70ca97aeb1 (diff) | |
| download | google-compute-engine-oslogin-599f9b6b69e822925f9c81efcb778dded382b3de.tar.xz | |
Update to 20220205.00
| -rw-r--r-- | .SRCINFO | 9 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = google-compute-engine-oslogin pkgdesc = OS Login Guest Environment for Google Compute Engine - pkgver = 20210122.00 - pkgrel = 3 + pkgver = 20220205.00 + pkgrel = 1 url = https://github.com/GoogleCloudPlatform/guest-oslogin install = google-compute-engine-oslogin.install arch = x86_64 @@ -10,10 +10,9 @@ pkgbase = google-compute-engine-oslogin depends = curl depends = json-c depends = pam - source = google-compute-engine-oslogin-20210122.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/20210122.00.tar.gz + source = google-compute-engine-oslogin-20220205.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/20220205.00.tar.gz source = google-compute-engine-oslogin.install - sha256sums = 38b10a20c48b549c8d3216a915593bcba6335e73594b2e3112d49bd2eefac6d1 + sha256sums = f500142d70aa2986d1530ab651bc14829c3c5ffa56fc3bf3576f73c23a34a33b sha256sums = 3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039 pkgname = google-compute-engine-oslogin - @@ -16,8 +16,8 @@ # Maintainer: Samuel Littley <samuellittley@google.com> pkgname='google-compute-engine-oslogin' -pkgver=20210122.00 -pkgrel=3 +pkgver=20220205.00 +pkgrel=1 pkgdesc='OS Login Guest Environment for Google Compute Engine' arch=('x86_64') url='https://github.com/GoogleCloudPlatform/guest-oslogin' @@ -26,7 +26,7 @@ depends=('curl' 'json-c' 'pam') checkdepends=('gtest') source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/$pkgver.tar.gz" 'google-compute-engine-oslogin.install') -sha256sums=('38b10a20c48b549c8d3216a915593bcba6335e73594b2e3112d49bd2eefac6d1' +sha256sums=('f500142d70aa2986d1530ab651bc14829c3c5ffa56fc3bf3576f73c23a34a33b' '3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039') install='google-compute-engine-oslogin.install' |
