From 1fa198879655987af72ae4b51c72ee457d3f81eb Mon Sep 17 00:00:00 2001 From: oritwoen Date: Tue, 27 Jan 2026 19:13:58 +0000 Subject: [PATCH] chore: update to v0.15.0 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 35a00b93f7d3..622ad2ed4ca6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = boha pkgdesc = Crypto bounties, puzzles and challenges data library - pkgver = 0.14.0 + pkgver = 0.15.0 pkgrel = 1 url = https://github.com/oritwoen/boha arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = boha makedepends = rust depends = gcc-libs depends = glibc - source = git+https://github.com/oritwoen/boha.git#tag=v0.14.0 + source = git+https://github.com/oritwoen/boha.git#tag=v0.15.0 sha256sums = SKIP pkgname = boha diff --git a/PKGBUILD b/PKGBUILD index 3ae088c7e60c..c64dfe57ea76 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=boha -pkgver=0.14.0 +pkgver=0.15.0 pkgrel=1 pkgdesc="Crypto bounties, puzzles and challenges data library" arch=('x86_64')