chore: update to v0.7.0

This commit is contained in:
oritwoen 2026-02-22 03:08:35 +00:00
parent 8f4a7400a7
commit 1b302bcfe8
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.6.0
pkgver = 0.7.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.6.0
source = git+https://github.com/oritwoen/kangaroo.git#tag=v0.7.0
sha256sums = SKIP
pkgname = kangaroo

View file

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