summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorenzo Castelli <lcastelli@google.com>2020-04-18 16:57:10 -0700
committerLorenzo Castelli <lcastelli@google.com>2020-04-18 16:57:39 -0700
commit09bdb5dd4923488b2db9ca6582ea8ada79c72c4e (patch)
tree8c84946fd40d9beb46fa1f46394860a5775e04f3 /PKGBUILD
parentce5bda0d8388e2443dd5276b7bfba16cb1d872b3 (diff)
downloadgoogle-compute-engine-09bdb5dd4923488b2db9ca6582ea8ada79c72c4e.tar.xz
Updates to version 20191210.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b8e2f7..bd0e5bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='google-compute-engine'
-pkgver=20191121
+pkgver=20191210
pkgrel=1
pkgdesc='Google Compute Engine guest environment'
arch=('any')
@@ -24,7 +24,7 @@ url='https://github.com/GoogleCloudPlatform/compute-image-packages'
license=('Apache')
depends=('ethtool' 'google-compute-engine-oslogin' 'inetutils' 'python-boto' 'python-distro' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/compute-image-packages/archive/v$pkgver.tar.gz")
-sha256sums=('3a8fd0fcede35552e7efd091a96d2697e7d149383b5fe54008c68d4f53f69951')
+sha256sums=('19a2ca537f876e4a19341646f2865c6429b8ea041a3a6651ff8c1ed966f72fe1')
build() {
cd "compute-image-packages-$pkgver/packages/python-google-compute-engine"