summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Littley2021-01-24 15:50:46 +0000
committerSamuel Littley2021-01-24 17:16:06 +0000
commit266a104eaf0eb0f0c7ae42153106df70ca97aeb1 (patch)
tree69fefdefa82c3bb6045d5d23ec3aeeafb76b0211
parent57a6edccfb4ad1ef9cf7b92e51a9cafa3b0aaa35 (diff)
downloadaur-266a104eaf0eb0f0c7ae42153106df70ca97aeb1.tar.gz
Update to v20210122.00-3
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec8e6e8d8a31..081c5421b467 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-compute-engine-oslogin
pkgdesc = OS Login Guest Environment for Google Compute Engine
- pkgver = 20200819.00
- pkgrel = 1
+ pkgver = 20210122.00
+ pkgrel = 3
url = https://github.com/GoogleCloudPlatform/guest-oslogin
install = google-compute-engine-oslogin.install
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = google-compute-engine-oslogin
depends = curl
depends = json-c
depends = pam
- source = google-compute-engine-oslogin-20200819.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/20200819.00.tar.gz
+ 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.install
- sha256sums = 11be57b2573dea6ca2f823256db9e78c2a8fbfebd0136dd974a8536ff09ac303
+ sha256sums = 38b10a20c48b549c8d3216a915593bcba6335e73594b2e3112d49bd2eefac6d1
sha256sums = 3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039
pkgname = google-compute-engine-oslogin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8d78c8370330
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.tar*
diff --git a/PKGBUILD b/PKGBUILD
index d5f8e35bedc8..012b85c06a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='google-compute-engine-oslogin'
-pkgver=20200819.00
-pkgrel=1
+pkgver=20210122.00
+pkgrel=3
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=('11be57b2573dea6ca2f823256db9e78c2a8fbfebd0136dd974a8536ff09ac303'
+sha256sums=('38b10a20c48b549c8d3216a915593bcba6335e73594b2e3112d49bd2eefac6d1'
'3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039')
install='google-compute-engine-oslogin.install'