Bump version

This commit is contained in:
Arti Zirk 2024-07-08 09:59:23 +03:00
parent b9fa7ac614
commit 3b4d1d0065
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = authy-desktop-win32-bin pkgbase = authy-desktop-win32-bin
pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version pkgdesc = Two-Factor Authentication from your PC. Converted from Windows electron version
pkgver = 2.5.0 pkgver = 3.0.0
pkgrel = 1 pkgrel = 1
url = https://authy.com/ url = https://authy.com/
arch = x86_64 arch = x86_64
@ -11,9 +11,9 @@ pkgbase = authy-desktop-win32-bin
depends = electron depends = electron
provides = authy provides = authy
conflicts = authy conflicts = authy
source = https://pkg.authy.com/authy/stable/2.5.0/win32/x64/authy-2.5.0-full.nupkg source = https://pkg.authy.com/authy/stable/3.0.0/win32/x64/authy-3.0.0-full.nupkg
source = authy.desktop source = authy.desktop
sha1sums = 706abaf8d44abebf1af3d0cb38e84cd49159693e sha1sums = 72bd2c570b536d8a462e3ebfaf232751ec3d1dda
sha1sums = ad25b45eba0fe935dedfb008f08b005f3bc2504f sha1sums = ad25b45eba0fe935dedfb008f08b005f3bc2504f
pkgname = authy-desktop-win32-bin pkgname = authy-desktop-win32-bin

View File

@ -1,7 +1,7 @@
# Maintainer: Arti Zirk <arti.zirk@gmail.com> # Maintainer: Arti Zirk <arti.zirk@gmail.com>
# Contributor: Timmy Yao <timmy.yao+aur@gmail.com> # Contributor: Timmy Yao <timmy.yao+aur@gmail.com>
pkgname=authy-desktop-win32-bin pkgname=authy-desktop-win32-bin
pkgver=2.5.0 pkgver=3.0.0
pkgrel=1 pkgrel=1
pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version" pkgdesc="Two-Factor Authentication from your PC. Converted from Windows electron version"
arch=("x86_64") arch=("x86_64")
@ -13,7 +13,7 @@ depends=('electron')
makedepends=('npm' 'unzip' 'asar') makedepends=('npm' 'unzip' 'asar')
source=("https://pkg.authy.com/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") "authy.desktop")
sha1sums=('706abaf8d44abebf1af3d0cb38e84cd49159693e' sha1sums=('72bd2c570b536d8a462e3ebfaf232751ec3d1dda'
'ad25b45eba0fe935dedfb008f08b005f3bc2504f') 'ad25b45eba0fe935dedfb008f08b005f3bc2504f')
build() { build() {