Update to 5.2.0
This commit is contained in:
parent
c3a60d5f58
commit
38fb997dda
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = onlykey
|
pkgbase = onlykey
|
||||||
pkgdesc = OnlyKey Chrome Desktop App
|
pkgdesc = OnlyKey Chrome Desktop App
|
||||||
pkgver = 5.1.0
|
pkgver = 5.2.0
|
||||||
pkgrel = 2
|
pkgrel = 2
|
||||||
url = https://onlykey.io/
|
url = https://onlykey.io/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
source = https://github.com/trustcrypto/OnlyKey-App/releases/download/v5.1.0/OnlyKey_5.1.0_amd64.deb
|
source = https://github.com/trustcrypto/OnlyKey-App/releases/download/v5.2.0/OnlyKey_5.2.0_amd64.deb
|
||||||
source = 49-onlykey.rules
|
source = 49-onlykey.rules
|
||||||
sha256sums = 4638ce8b21c66b6f414d937d08ba01917db3d20b050630e6b456c338ba1c9e06
|
sha256sums = 3dc675c5a33c55abb153f98003a41843d4a1b5959f30ff479b76a953799665c8
|
||||||
sha256sums = 6bb0a54748ec6ce1a1186b41f45a6bfc1363998c1a88722a8f1518c3278aabef
|
sha256sums = 6bb0a54748ec6ce1a1186b41f45a6bfc1363998c1a88722a8f1518c3278aabef
|
||||||
|
|
||||||
pkgname = onlykey
|
pkgname = onlykey
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,5 +1,7 @@
|
||||||
|
# Maintainer: Kiril Vladimiroff <kiril@vladimiroff.org>
|
||||||
|
|
||||||
pkgname=onlykey
|
pkgname=onlykey
|
||||||
pkgver=5.1.0
|
pkgver=5.2.0
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="OnlyKey Chrome Desktop App"
|
pkgdesc="OnlyKey Chrome Desktop App"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -7,7 +9,7 @@ url="https://onlykey.io/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
source=("https://github.com/trustcrypto/OnlyKey-App/releases/download/v${pkgver}/OnlyKey_${pkgver}_amd64.deb"
|
source=("https://github.com/trustcrypto/OnlyKey-App/releases/download/v${pkgver}/OnlyKey_${pkgver}_amd64.deb"
|
||||||
"49-onlykey.rules")
|
"49-onlykey.rules")
|
||||||
sha256sums=('4638ce8b21c66b6f414d937d08ba01917db3d20b050630e6b456c338ba1c9e06'
|
sha256sums=('3dc675c5a33c55abb153f98003a41843d4a1b5959f30ff479b76a953799665c8'
|
||||||
'6bb0a54748ec6ce1a1186b41f45a6bfc1363998c1a88722a8f1518c3278aabef')
|
'6bb0a54748ec6ce1a1186b41f45a6bfc1363998c1a88722a8f1518c3278aabef')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in New Issue