summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Castelli <lcastelli@gmail.com>2022-09-10 21:36:44 +0000
committerLorenzo Castelli <lcastelli@google.com>2022-09-10 14:51:43 -0700
commit7f228a9548fc600d05f2c0c34ceb51850ca6d314 (patch)
treebc8fa9615c23190bfcf0ccd180fea8f5161ba6aa
parent77e3928564cabbfc2d9fd65dd3153dd4c29580aa (diff)
downloadgoogle-compute-engine-oslogin-7f228a9548fc600d05f2c0c34ceb51850ca6d314.tar.xz
Updates package to version 20220721.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c565e..07772d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-compute-engine-oslogin
pkgdesc = OS Login Guest Environment for Google Compute Engine
- pkgver = 20220622.00
+ pkgver = 20220721.00
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/guest-oslogin
install = google-compute-engine-oslogin.install
@@ -10,9 +10,9 @@ pkgbase = google-compute-engine-oslogin
depends = curl
depends = json-c
depends = pam
- source = google-compute-engine-oslogin-20220622.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/20220622.00.tar.gz
+ source = google-compute-engine-oslogin-20220721.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/20220721.00.tar.gz
source = google-compute-engine-oslogin.install
- sha256sums = 8067680d7feee122edbc8d481ab72b0f2ebba00dbabef438fa872266910bf9b6
+ sha256sums = 17a0cd15df917c6ae29daa299d04e2e95e8b891918d2976b31b6c13398f0bc37
sha256sums = 3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039
pkgname = google-compute-engine-oslogin
diff --git a/PKGBUILD b/PKGBUILD
index 6d9b908..f21ce56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='google-compute-engine-oslogin'
-pkgver=20220622.00
+pkgver=20220721.00
pkgrel=1
pkgdesc='OS Login Guest Environment for Google Compute Engine'
arch=('x86_64')
@@ -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=('8067680d7feee122edbc8d481ab72b0f2ebba00dbabef438fa872266910bf9b6'
+sha256sums=('17a0cd15df917c6ae29daa299d04e2e95e8b891918d2976b31b6c13398f0bc37'
'3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039')
install='google-compute-engine-oslogin.install'