chore: update to v0.6.0

This commit is contained in:
oritwoen 2026-02-15 15:11:38 +00:00
parent 305f51b6a7
commit 8f4a7400a7
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = kangaroo
pkgdesc = Pollard's Kangaroo ECDLP solver for secp256k1 using Vulkan/Metal/DX12 compute
pkgver = 0.5.0
pkgver = 0.6.0
pkgrel = 1
url = https://github.com/oritwoen/kangaroo
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = kangaroo
depends = glibc
depends = vulkan-icd-loader
optdepends = vulkan-validation-layers: for debugging
source = git+https://github.com/oritwoen/kangaroo.git#tag=v0.5.0
source = git+https://github.com/oritwoen/kangaroo.git#tag=v0.6.0
sha256sums = SKIP
pkgname = kangaroo

View file

@ -1,5 +1,5 @@
pkgname=kangaroo
pkgver=0.5.0
pkgver=0.6.0
pkgrel=1
pkgdesc="Pollard's Kangaroo ECDLP solver for secp256k1 using Vulkan/Metal/DX12 compute"
arch=('x86_64')