summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Littley2021-01-24 15:50:11 +0000
committerSamuel Littley2021-01-24 15:50:11 +0000
commite572c2f30f7696169a202231c33b06758b7ff6d8 (patch)
treedf2173f24fe0e6638fd4656497753f6e54a9ca97
parent79d690cda0df0013e9379bef9b85100d47fe962e (diff)
downloadaur-e572c2f30f7696169a202231c33b06758b7ff6d8.tar.gz
Update to v20210113.00-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 762d6f19d552..641adf3d3716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = google-compute-engine
pkgdesc = Linux Guest Environment for Google Compute Engine
- pkgver = 20200731.00
+ pkgver = 20210113.00
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/guest-configs
install = google-compute-engine.install
@@ -8,9 +8,9 @@ pkgbase = google-compute-engine
license = Apache
depends = google-compute-engine-oslogin
depends = google-guest-agent
- source = google-compute-engine-20200731.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-configs/archive/20200731.00.tar.gz
+ source = google-compute-engine-20210113.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-configs/archive/20210113.00.tar.gz
source = google-compute-engine.install
- sha256sums = a5a8297ea30ba13c238a9a31e30daafd0d939507ab3310270b4becf6daa8128d
+ sha256sums = 4d30fcfa368507f219ecf7e884442e5b556fbaec3f3367dc5c8b116f63be2977
sha256sums = 9b31cc5146d83374cc8f8da9f0ce924bbafeb932d0cf0ce60e4aec71d1f981b7
pkgname = google-compute-engine
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 97a8cca16565..e8b1ece6a6cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='google-compute-engine'
-pkgver=20200731.00
+pkgver=20210113.00
pkgrel=1
pkgdesc='Linux Guest Environment for Google Compute Engine'
arch=('any')
@@ -25,7 +25,7 @@ license=('Apache')
depends=('google-compute-engine-oslogin' 'google-guest-agent')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-configs/archive/$pkgver.tar.gz"
'google-compute-engine.install')
-sha256sums=('a5a8297ea30ba13c238a9a31e30daafd0d939507ab3310270b4becf6daa8128d'
+sha256sums=('4d30fcfa368507f219ecf7e884442e5b556fbaec3f3367dc5c8b116f63be2977'
'9b31cc5146d83374cc8f8da9f0ce924bbafeb932d0cf0ce60e4aec71d1f981b7')
install='google-compute-engine.install'