summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Littley <samuel.littley@toastwaffle.com>2022-03-15 20:15:34 +0000
committerSamuel Littley <samuel.littley@toastwaffle.com>2022-03-15 20:15:34 +0000
commit599f9b6b69e822925f9c81efcb778dded382b3de (patch)
tree55dbed06c7c02325ad7133a268baa86b8f3d5041
parent266a104eaf0eb0f0c7ae42153106df70ca97aeb1 (diff)
downloadgoogle-compute-engine-oslogin-599f9b6b69e822925f9c81efcb778dded382b3de.tar.xz
Update to 20220205.00
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 081c542..3fd00be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index 012b85c..cd13f77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'