diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-21 21:06:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 12:08:03 +0700 |
| commit | d0cf62cee3220262b35811d18ae98cec52f73f6f (patch) | |
| tree | a9e87ae950962d4d6de598102da413fee7e0f0bd /.SRCINFO | |
| parent | e49e66e5df780af6dcac53e779aa468485f43acd (diff) | |
| download | google-guest-agent-d0cf62cee3220262b35811d18ae98cec52f73f6f.tar.xz | |
all: update to release 20251223.00 and some refactoring
Changes,
* Use [SPDX licenses] headers and name.
In SPDX, the license name is "Apache-2.0" not "Apache.
There are inconsistent copyright text "Google Inc." and "Google LLC",
in some files, so we choose "Google LLC" instead.
* Build without CGO (CGO_ENABLED=0).
This require removal of "-ldflags=-linkmode=external" option in GOFLAGS.
* Use explicit install command instead of "*".
* Install and enable the new gce-workload-cert-refresh binary and
systemd timer.
* Remove unneeded systemd preset from package.
* Add Makefile for common tasks
[SPDX licenses]: https://rfc.archlinux.page/0016-spdx-license-identifiers/
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,16 +1,16 @@ pkgbase = google-guest-agent pkgdesc = Guest Agent for Google Compute Engine - pkgver = 20220824.00 + pkgver = 20251223.00 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/guest-agent install = google-guest-agent.install arch = x86_64 - license = Apache + license = Apache-2.0 makedepends = go backup = etc/default/instance_configs.cfg - source = google-guest-agent-20220824.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20220824.00.tar.gz + source = guest-agent-20251223.00.tar.gz::https://github.com/GoogleCloudPlatform/guest-agent/archive/20251223.00.tar.gz source = google-guest-agent.install - sha256sums = 4e53de5276b8ff60fe50f5bd91e6a88282d8eb1250a83124a31ff999d946b308 - sha256sums = bf8dd6ae04242160cd78e781015fd456c73c208ba09049fc56cc0f716038c5f2 + sha256sums = a6d4ed1398fc9d7de5d98df0da229888def14a75c1b74084df36d63881de4064 + sha256sums = 6aaf5ed980eda8695723d85e204569b50789b5200296714a8f674dc3f67ca532 pkgname = google-guest-agent |
