summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12024-03-09 00:28:55 +0800
committerChocobo12024-03-09 00:28:55 +0800
commit03853279af21bfb094df0587dc2319829e630036 (patch)
treed28e9d2e541c05e73670d33360472005b2221bdc
parent086fc61d86e7c987e3476eef4b1361d74d41b209 (diff)
downloadaur-03853279af21bfb094df0587dc2319829e630036.tar.gz
upgpkg: buildcache-bin 0.29.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 789a6ce3b425..ff357ef945c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildcache-bin
pkgdesc = An advanced compiler accelerator
- pkgver = 0.28.9
+ pkgver = 0.29.0
pkgrel = 1
url = https://gitlab.com/bits-n-bites/buildcache
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = buildcache-bin
depends = gcc-libs
depends = openssl
optdepends = lua
- provides = buildcache=0.28.9
+ provides = buildcache=0.29.0
conflicts = buildcache
source = LICENSE::https://gitlab.com/bits-n-bites/buildcache/-/raw/master/LICENSE
sha256sums = SKIP
- source_x86_64 = https://gitlab.com/bits-n-bites/buildcache/-/releases/v0.28.9/downloads/buildcache-linux.tar.gz
- sha256sums_x86_64 = 596a3d6d79e1ab1ee38fc63d3ae20088324820515532d71bf9a1335d154a072f
+ source_x86_64 = https://gitlab.com/bits-n-bites/buildcache/-/releases/v0.29.0/downloads/buildcache-linux.tar.gz
+ sha256sums_x86_64 = bbe55b61ba8d8ab59823f89f00891f9e73812d6c8f8fbaa3e09d513f9d48af8e
pkgname = buildcache-bin
diff --git a/PKGBUILD b/PKGBUILD
index eee349d73b73..72a0a854a879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=buildcache-bin
-pkgver=0.28.9
+pkgver=0.29.0
pkgrel=1
pkgdesc="An advanced compiler accelerator"
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('buildcache')
source=("LICENSE::https://gitlab.com/bits-n-bites/buildcache/-/raw/master/LICENSE")
source_x86_64=("https://gitlab.com/bits-n-bites/buildcache/-/releases/v$pkgver/downloads/buildcache-linux.tar.gz")
sha256sums=('SKIP')
-sha256sums_x86_64=('596a3d6d79e1ab1ee38fc63d3ae20088324820515532d71bf9a1335d154a072f')
+sha256sums_x86_64=('bbe55b61ba8d8ab59823f89f00891f9e73812d6c8f8fbaa3e09d513f9d48af8e')
package() {