diff --git a/.SRCINFO b/.SRCINFO index 1448c386453a..605615732add 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = proton-pass-bin pkgdesc = Open-source password manager for effortless protection. Securely store, share and auto-login your accounts with Proton Pass, using end-to-end encryption trusted by millions. - pkgver = 1.22.3 + pkgver = 1.23.0 pkgrel = 1 url = https://proton.me/pass arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = proton-pass-bin conflicts = protonpass replaces = proton-pass replaces = protonpass - source = https://proton.me/download/PassDesktop/linux/x64/ProtonPass_1.22.3.deb - sha256sums = e36850fd28768f4e86c388f7922845761cacbd9e161bc8c6220a8a1e5a1ad0a0 + source = https://proton.me/download/PassDesktop/linux/x64/proton-pass_1.23.0_amd64.deb + sha256sums = 7b0acf937bf58e017ceee63eecff2841d58045cb8529d7e2335073ba530f0698 pkgname = proton-pass-bin diff --git a/PKGBUILD b/PKGBUILD index af0a037988da..9d1295aa08c3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Mysti pkgname=proton-pass-bin -pkgver=1.22.3 +pkgver=1.23.0 pkgrel=1 pkgdesc="Open-source password manager for effortless protection. Securely store, share and auto-login your accounts with Proton Pass, using end-to-end encryption trusted by millions." arch=("x86_64") url="https://proton.me/pass" groups=("ProtonPass") -source=("https://proton.me/download/PassDesktop/linux/x64/ProtonPass_${pkgver}.deb") -sha256sums=('e36850fd28768f4e86c388f7922845761cacbd9e161bc8c6220a8a1e5a1ad0a0') +source=("https://proton.me/download/PassDesktop/linux/x64/proton-pass_${pkgver}_amd64.deb") +sha256sums=('7b0acf937bf58e017ceee63eecff2841d58045cb8529d7e2335073ba530f0698') conflicts=('proton-pass' 'protonpass') replaces=('proton-pass' 'protonpass')