* update oath-toolkit to 2.6.12-1
This commit is contained in:
parent
3fa4fbec7f
commit
4f0b3d19ef
23
oath-toolkit/.SRCINFO
Normal file
23
oath-toolkit/.SRCINFO
Normal file
@ -0,0 +1,23 @@
|
||||
pkgbase = oath-toolkit
|
||||
pkgdesc = OATH one-time password toolkit
|
||||
pkgver = 2.6.12
|
||||
pkgrel = 1
|
||||
url = https://www.nongnu.org/oath-toolkit/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = GPL-3.0-or-later
|
||||
depends = glibc
|
||||
depends = pam
|
||||
depends = xmlsec
|
||||
provides = liboath.so
|
||||
provides = libpskc.so
|
||||
source = https://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-2.6.12.tar.gz
|
||||
source = https://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-2.6.12.tar.gz.sig
|
||||
validpgpkeys = B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE
|
||||
sha256sums = cafdf739b1ec4b276441c6aedae6411434bbd870071f66154b909cc6e2d9e8ba
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = oath-toolkit
|
5
oath-toolkit/.nvchecker.toml
Normal file
5
oath-toolkit/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[oath-toolkit]
|
||||
source = "git"
|
||||
git = "https://gitlab.com/oath-toolkit/oath-toolkit.git"
|
||||
prefix = "oath-toolkit-"
|
||||
include_regex = "oath-toolkit-.*"
|
@ -4,8 +4,8 @@
|
||||
# Contributor: L42y <423300@gmail.com>
|
||||
|
||||
pkgname=oath-toolkit
|
||||
pkgver=2.6.11
|
||||
pkgrel=2.1
|
||||
pkgver=2.6.12
|
||||
pkgrel=1
|
||||
pkgdesc='OATH one-time password toolkit'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.nongnu.org/oath-toolkit/'
|
||||
@ -14,7 +14,7 @@ depends=('glibc' 'pam' 'xmlsec')
|
||||
provides=('liboath.so' 'libpskc.so')
|
||||
validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE') # Simon Josefsson <simon@josefsson.org>
|
||||
source=("https://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
|
||||
sha256sums=('fc512a4a5b46f4c43ab0586c3189fece4d54f7e649397d6fa1e23428431e2cb4'
|
||||
sha256sums=('cafdf739b1ec4b276441c6aedae6411434bbd870071f66154b909cc6e2d9e8ba'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user