chore: update to v0.3.0

This commit is contained in:
oritwoen 2026-01-10 18:39:15 +00:00
parent 0ca2be1630
commit 34ef3573f6
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.2.0
pkgver = 0.3.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.2.0
source = git+https://github.com/oritwoen/kangaroo.git#tag=v0.3.0
sha256sums = SKIP
pkgname = kangaroo

View file

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