Bump version
This commit is contained in:
parent
3319a33c28
commit
e86ca679bf
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = authy-desktop-win32-bin
|
||||
pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
|
||||
pkgver = 2.4.1
|
||||
pkgver = 2.4.2
|
||||
pkgrel = 1
|
||||
url = https://authy.com/
|
||||
arch = x86_64
|
||||
@ -11,9 +11,9 @@ pkgbase = authy-desktop-win32-bin
|
||||
depends = electron
|
||||
provides = authy
|
||||
conflicts = authy
|
||||
source = https://pkg.authy.com/authy/stable/2.4.1/win32/x64/authy-2.4.1-full.nupkg
|
||||
source = https://pkg.authy.com/authy/stable/2.4.2/win32/x64/authy-2.4.2-full.nupkg
|
||||
source = authy.desktop
|
||||
sha1sums = 17ba60dd7caea77f6b6aa465b4ab7a41b38bac39
|
||||
sha1sums = d38ffbb28e8110367db8919072e4b58f7d7ef0b4
|
||||
sha1sums = ad25b45eba0fe935dedfb008f08b005f3bc2504f
|
||||
|
||||
pkgname = authy-desktop-win32-bin
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
|
||||
# Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
|
||||
pkgname=authy-desktop-win32-bin
|
||||
pkgver=2.4.1
|
||||
pkgver=2.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
|
||||
arch=("x86_64")
|
||||
@ -13,7 +13,7 @@ depends=('electron')
|
||||
makedepends=('npm' 'unzip' 'asar')
|
||||
source=("https://pkg.authy.com/authy/stable/${pkgver}/win32/x64/authy-${pkgver}-full.nupkg"
|
||||
"authy.desktop")
|
||||
sha1sums=('17ba60dd7caea77f6b6aa465b4ab7a41b38bac39'
|
||||
sha1sums=('d38ffbb28e8110367db8919072e4b58f7d7ef0b4'
|
||||
'ad25b45eba0fe935dedfb008f08b005f3bc2504f')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user