summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Semet2023-05-07 21:18:35 +0200
committerMarko Semet2023-05-07 21:18:35 +0200
commitd8b0c598c66dd165dd678365072d674490b58a99 (patch)
tree075dfec37f83fef2f8dc0aa45a269466cdd9af88
parent56737f6fd6fe9365bdbfbe47d89095a1d341b00c (diff)
downloadaur-d8b0c598c66dd165dd678365072d674490b58a99.tar.gz
v0.0.66
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79e07af0d89a..2ef74fe5277c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buildbox-fuse
pkgdesc = A tool to run build commands in a sandbox with CAS as storage backend
- pkgver = 0.0.65
- pkgrel = 1
+ pkgver = 0.0.66
+ pkgrel = 0
url = https://buildgrid.build
arch = x86_64
license = Apache
@@ -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.65&commit=0b4c73ac812f01ff1c5875cb40261452e8e77932
+ source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-fuse#tag=0.0.66&commit=96e62a4129dad75e0173e3bec8176792f6f1b040
sha256sums = SKIP
pkgname = buildbox-fuse
diff --git a/PKGBUILD b/PKGBUILD
index 2cba8448db98..f71928bfb9d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marko Semet <marko10_000@mailbox.org>
pkgname=buildbox-fuse
-pkgver=0.0.65
-pkgrel=1
+pkgver=0.0.66
+pkgrel=0
pkgdesc="A tool to run build commands in a sandbox with CAS as storage backend"
arch=(x86_64)
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.65&commit=0b4c73ac812f01ff1c5875cb40261452e8e77932")
+source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-fuse#tag=0.0.66&commit=96e62a4129dad75e0173e3bec8176792f6f1b040")
sha256sums=('SKIP')
build() {