diff options
| author | Samuel Littley <samuel.littley@toastwaffle.com> | 2020-03-31 20:05:00 +0100 |
|---|---|---|
| committer | Samuel Littley <samuel.littley@toastwaffle.com> | 2020-03-31 20:05:00 +0100 |
| commit | 55fee23d3a4a2a02141c752a8d12d4fdd369e455 (patch) | |
| tree | fb75af2235e473929cbc81cf78f9833e469ff42b | |
| parent | 90b28c494cab6511a76143b69b8202cbc5c774f7 (diff) | |
| download | google-compute-engine-oslogin-55fee23d3a4a2a02141c752a8d12d4fdd369e455.tar.xz | |
Update to 20200325
| -rw-r--r-- | .SRCINFO | 6 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = google-compute-engine-oslogin pkgdesc = Google Compute Engine OS login support - pkgver = 20191018 + pkgver = 20200325 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/guest-oslogin arch = x86_64 @@ -8,8 +8,8 @@ pkgbase = google-compute-engine-oslogin depends = curl depends = json-c depends = pam - source = google-compute-engine-oslogin-20191018.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/5a710bbee227f4413c51eefa180e1fbeebd1d11b.tar.gz - sha256sums = 31b1409193b49f9cbaf72c00be5f9624cf9e0aa70ac0dc7cf6b5177c7e1b1ebf + source = google-compute-engine-oslogin-20200325.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/1eca1d61245dbb1b24be23a4fb75e98b56aaeb6a.tar.gz + sha256sums = c7c19993b86d9820c0e4d981ab84c3fde201ae6b5f54e20b37c059735f15fd1c pkgname = google-compute-engine-oslogin @@ -16,8 +16,8 @@ # Maintainer: Samuel Littley <samuellittley@google.com> pkgname='google-compute-engine-oslogin' -pkgver=20191018 -_commit='5a710bbee227f4413c51eefa180e1fbeebd1d11b' +pkgver=20200325 +_commit='1eca1d61245dbb1b24be23a4fb75e98b56aaeb6a' pkgrel=1 pkgdesc='Google Compute Engine OS login support' arch=('x86_64') @@ -25,7 +25,7 @@ url='https://github.com/GoogleCloudPlatform/guest-oslogin' license=('Apache') depends=('curl' 'json-c' 'pam') source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/$_commit.tar.gz") -sha256sums=('31b1409193b49f9cbaf72c00be5f9624cf9e0aa70ac0dc7cf6b5177c7e1b1ebf') +sha256sums=('c7c19993b86d9820c0e4d981ab84c3fde201ae6b5f54e20b37c059735f15fd1c') build() { cd "guest-oslogin-$_commit" |
