summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Semet2023-03-02 22:15:39 +0100
committerMarko Semet2023-03-02 22:15:39 +0100
commit56737f6fd6fe9365bdbfbe47d89095a1d341b00c (patch)
tree2ad18a72702ac7d5f60c8036fb0d90be4b8f7e99
parent8eec9c9658a19375337740ac88dd58e407f10ed0 (diff)
downloadaur-56737f6fd6fe9365bdbfbe47d89095a1d341b00c.tar.gz
Update to 0.0.65
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b753b3a068f1..79e07af0d89a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildbox-fuse
pkgdesc = A tool to run build commands in a sandbox with CAS as storage backend
- pkgver = 0.0.63
+ pkgver = 0.0.65
pkgrel = 1
url = https://buildgrid.build
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = buildbox-fuse
depends = google-glog
depends = grpc
depends = util-linux-libs
- source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-fuse#tag=0.0.63&commit=be4bc3d3bfd7d6a1426f6a42ac9e91d46c344e94
+ source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-fuse#tag=0.0.65&commit=0b4c73ac812f01ff1c5875cb40261452e8e77932
sha256sums = SKIP
pkgname = buildbox-fuse
diff --git a/PKGBUILD b/PKGBUILD
index 816fda3715e6..2cba8448db98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildbox-fuse
-pkgver=0.0.63
+pkgver=0.0.65
pkgrel=1
pkgdesc="A tool to run build commands in a sandbox with CAS as storage backend"
arch=(x86_64)
@@ -8,7 +8,7 @@ url="https://buildgrid.build"
license=('Apache')
depends=(fuse3 google-glog grpc util-linux-libs)
makedepends=(benchmark 'buildbox-common' 'cmake' 'git' ninja)
-source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-fuse#tag=0.0.63&commit=be4bc3d3bfd7d6a1426f6a42ac9e91d46c344e94")
+source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-fuse#tag=0.0.65&commit=0b4c73ac812f01ff1c5875cb40261452e8e77932")
sha256sums=('SKIP')
build() {