mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
chore: update to v0.6.0
This commit is contained in:
parent
305f51b6a7
commit
8f4a7400a7
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue