Update to 5.7.2

This commit is contained in:
TBK 2020-03-30 17:20:54 +02:00
parent 8b24616e70
commit 122a6005ae
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pkgbase = termius pkgbase = termius
pkgdesc = Desktop SSH Client pkgdesc = Desktop SSH Client
pkgver = 5.6.1 pkgver = 5.7.2
pkgrel = 1 pkgrel = 1
url = https://www.termius.com/ url = https://www.termius.com/
arch = x86_64 arch = x86_64
@ -11,10 +11,10 @@ pkgbase = termius
depends = libxtst depends = libxtst
depends = nss depends = nss
depends = libxss depends = libxss
source = termius-5.6.1.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_39.snap source = termius-5.7.2.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_41.snap
source = termius.desktop source = termius.desktop
source = tos.html source = tos.html
sha256sums = a1f66464d046b261fd8d8e4a93d07ef7a6437873f9ff538835b72502725141a7 sha256sums = 6e9744772e21bf1ed96814d13c089ceaed43bd58308ac06016c49a330cd0fd88
sha256sums = a64e00e3fb2f3d3b81e0f4492e339ab72c61572f4e70b2268edd94c9e69acf1b sha256sums = a64e00e3fb2f3d3b81e0f4492e339ab72c61572f4e70b2268edd94c9e69acf1b
sha256sums = 9c969cc82314240860737dc09d48970271c798c9b1116ceb91556f75959788a2 sha256sums = 9c969cc82314240860737dc09d48970271c798c9b1116ceb91556f75959788a2

6
.gitignore vendored
View File

@ -1,4 +1,4 @@
pkg/* pkg/
src/* src/
*.pkg.tar.xz *.pkg.tar.xz
*.snap *.snap*

View File

@ -2,7 +2,7 @@
# Contributor: TBK <aur@jjtc.eu> # Contributor: TBK <aur@jjtc.eu>
pkgname=termius pkgname=termius
pkgver=5.6.1 pkgver=5.7.2
pkgrel=1 pkgrel=1
pkgdesc="Desktop SSH Client" pkgdesc="Desktop SSH Client"
url="https://www.termius.com/" url="https://www.termius.com/"
@ -14,11 +14,11 @@ makedepends=('squashfs-tools')
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.version' -r # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.version' -r
source=( source=(
"${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_39.snap" "${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_41.snap"
"termius.desktop" "termius.desktop"
"tos.html" "tos.html"
) )
sha256sums=('a1f66464d046b261fd8d8e4a93d07ef7a6437873f9ff538835b72502725141a7' sha256sums=('6e9744772e21bf1ed96814d13c089ceaed43bd58308ac06016c49a330cd0fd88'
'a64e00e3fb2f3d3b81e0f4492e339ab72c61572f4e70b2268edd94c9e69acf1b' 'a64e00e3fb2f3d3b81e0f4492e339ab72c61572f4e70b2268edd94c9e69acf1b'
'9c969cc82314240860737dc09d48970271c798c9b1116ceb91556f75959788a2') '9c969cc82314240860737dc09d48970271c798c9b1116ceb91556f75959788a2')