summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author[BOT] Gilbert Gilb's2022-05-18 04:12:08 +0000
committer[BOT] Gilbert Gilb's2022-05-18 04:12:08 +0000
commitabba138e818609ca699824f638e8814bc940a7f7 (patch)
treeed6144c230972a2f70110b74d09e322776a70513 /PKGBUILD
parent0c81f72556123ecb7d41cdaaea07643c7a20a4e9 (diff)
downloadaur-abba138e818609ca699824f638e8814bc940a7f7.tar.gz
Update fleet-orbit to 0.0.11-5.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 127e308f1f7f..3ebdf158e348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fleet-orbit
pkgver=0.0.11
-pkgrel=4
+pkgrel=5
pkgdesc='Eases the deployment of osquery connected with a Fleet server.'
arch=(x86_64)
url='https://github.com/fleetdm/fleet/tree/main/orbit'
@@ -32,7 +32,7 @@ build() {
mkdir -p build
go mod download
- isodate="$(TZ=GMT date +'%Y-%m-%dT%H:%M:%SZ')"
+ isodate="$(TZ=UTC date +'%Y-%m-%dT%H:%M:%SZ')"
importpath='github.com/fleetdm/fleet/v4/orbit/pkg/build'
commitsha='716e06a7d388289f36a6b06b648a1594d9df1689'