chore: update to v0.2.0

This commit is contained in:
oritwoen 2026-01-08 13:07:18 +00:00
parent 54843e8cc4
commit 0ca2be1630
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.1.0
pkgver = 0.2.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.1.0
source = git+https://github.com/oritwoen/kangaroo.git#tag=v0.2.0
sha256sums = SKIP
pkgname = kangaroo

View file

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