Bump version and update URL
This commit is contained in:
parent
e463187930
commit
8d66090d9c
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.2.1
|
||||
pkgver = 2.2.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://s3.amazonaws.com/authy-electron-repository-production/authy/stable/2.2.1/win32/x64/authy-2.2.1-full.nupkg
|
||||
source = https://pkg.authy.com/authy/stable/2.2.2/win32/x64/authy-2.2.2-full.nupkg
|
||||
source = authy.desktop
|
||||
sha1sums = f71ad5122bd9608500c9fb2c5c2e997118e9433d
|
||||
sha1sums = 7f610d78d0ab19e773baecfff3a648f5698d5566
|
||||
sha1sums = ad25b45eba0fe935dedfb008f08b005f3bc2504f
|
||||
|
||||
pkgname = authy-desktop-win32-bin
|
||||
|
6
PKGBUILD
6
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.2.1
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
|
||||
arch=("x86_64")
|
||||
@ -11,9 +11,9 @@ url="https://authy.com/"
|
||||
license=('unknown')
|
||||
depends=('electron')
|
||||
makedepends=('npm' 'unzip' 'asar')
|
||||
source=("https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/${pkgver}/win32/x64/authy-${pkgver}-full.nupkg"
|
||||
source=("https://pkg.authy.com/authy/stable/${pkgver}/win32/x64/authy-${pkgver}-full.nupkg"
|
||||
"authy.desktop")
|
||||
sha1sums=('f71ad5122bd9608500c9fb2c5c2e997118e9433d'
|
||||
sha1sums=('7f610d78d0ab19e773baecfff3a648f5698d5566'
|
||||
'ad25b45eba0fe935dedfb008f08b005f3bc2504f')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user