diff --git a/beads/.SRCINFO b/beads/.SRCINFO index 6913e82..1d08c37 100644 --- a/beads/.SRCINFO +++ b/beads/.SRCINFO @@ -1,16 +1,16 @@ pkgbase = beads pkgdesc = Graph-based memory and issue tracker for coding agents - pkgver = 1.2.2 + pkgver = 1.3.0 pkgrel = 1 url = https://github.com/gastownhall/beads arch = x86_64 license = MIT depends = glibc - provides = beads-bin=1.2.2 + provides = beads-bin=1.3.0 conflicts = beads-bin options = !debug options = !strip - source_x86_64 = beads-1.2.2-linux-amd64.tar.gz::https://github.com/gastownhall/beads/releases/download/v1.2.2/beads_1.2.2_linux_amd64.tar.gz - sha256sums_x86_64 = 8140098a51d3b81d5548d1c5e6db1a2d9930e5d141efe2a4bff7d079c4d321e8 + source_x86_64 = beads-1.3.0-linux-amd64.tar.gz::https://github.com/gastownhall/beads/releases/download/v1.3.0/beads_1.3.0_linux_amd64.tar.gz + sha256sums_x86_64 = 2f92b904ecf35b607e44dc5c39229173af69c54f1183e8d709f1773540cdcf3b pkgname = beads diff --git a/beads/PKGBUILD b/beads/PKGBUILD index 4775ea7..170133e 100644 --- a/beads/PKGBUILD +++ b/beads/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Yakov Till # Adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=beads-bin pkgname=beads -pkgver=1.2.2 # renovate: datasource=github-tags depName=gastownhall/beads +pkgver=1.3.0 # renovate: datasource=github-tags depName=gastownhall/beads pkgrel=1 pkgdesc="Graph-based memory and issue tracker for coding agents" arch=('x86_64') @@ -15,7 +15,7 @@ conflicts=('beads-bin') options=('!debug' '!strip') source_x86_64=("${pkgname}-${pkgver}-linux-amd64.tar.gz::${url}/releases/download/v${pkgver}/beads_${pkgver}_linux_amd64.tar.gz") -sha256sums_x86_64=('8140098a51d3b81d5548d1c5e6db1a2d9930e5d141efe2a4bff7d079c4d321e8') +sha256sums_x86_64=('2f92b904ecf35b607e44dc5c39229173af69c54f1183e8d709f1773540cdcf3b') package() { install -Dm755 "${srcdir}/bd" "${pkgdir}/usr/bin/bd"