summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-06-05 20:32:25 -0300
committerRafael Fontenelle2021-06-05 20:32:25 -0300
commit11f329ce9a6fe99cb6060767f792ffe686bce6ca (patch)
tree2061cb3294ba83468eddb9c25b52818380f5a8b6
parente96bc4cfa63cd57839914747b882f78ffd6d51a4 (diff)
downloadaur-11f329ce9a6fe99cb6060767f792ffe686bce6ca.tar.gz
Update to 0.0.46
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3003f04eebe1..af36064b2260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildbox-casd
pkgdesc = Local cache and proxy for remote CAS servers
- pkgver = 0.0.44.r0.g0ace1cb
+ pkgver = 0.0.46.r0.ga4295e8
pkgrel = 1
url = https://buildgrid.build
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = buildbox-casd
makedepends = git
depends = buildbox-common
depends = util-linux-libs
- source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-casd#commit=0ace1cbe8489f7291f9db67d9945ca4258118e4c
+ source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-casd#commit=a4295e88eb2418865566304185725730670fc523
sha256sums = SKIP
pkgname = buildbox-casd
-
diff --git a/PKGBUILD b/PKGBUILD
index 6eef2108f33e..aaa8226a817d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildbox-casd
-pkgver=0.0.44.r0.g0ace1cb
+pkgver=0.0.46.r0.ga4295e8
pkgrel=1
pkgdesc="Local cache and proxy for remote CAS servers"
arch=(x86_64)
@@ -8,7 +8,7 @@ url="https://buildgrid.build"
license=('Apache')
depends=('buildbox-common' 'util-linux-libs')
makedepends=('cmake' 'git')
-_commit=0ace1cbe8489f7291f9db67d9945ca4258118e4c # release 0.0.44
+_commit=a4295e88eb2418865566304185725730670fc523 # release 0.0.46
source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-casd#commit=$_commit")
sha256sums=('SKIP')