~shulhan/aur-google-compute-engine-oslogin

7f228a9548fc600d05f2c0c34ceb51850ca6d314 — Lorenzo Castelli 1 year, 2 months ago 77e3928
Updates package to version 20220721.
2 files changed, 5 insertions(+), 5 deletions(-)

M .SRCINFO
M PKGBUILD
M .SRCINFO => .SRCINFO +3 -3
@@ 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

M PKGBUILD => PKGBUILD +2 -2
@@ 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'