Update to 5.6.1
This commit is contained in:
parent
a64877d496
commit
8b24616e70
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = termius
|
||||
pkgdesc = Desktop SSH Client
|
||||
pkgver = 5.4.1
|
||||
pkgrel = 2
|
||||
pkgver = 5.6.1
|
||||
pkgrel = 1
|
||||
url = https://www.termius.com/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
@ -11,10 +11,10 @@ pkgbase = termius
|
|||
depends = libxtst
|
||||
depends = nss
|
||||
depends = libxss
|
||||
source = termius-5.4.1.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_38.snap
|
||||
source = termius-5.6.1.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_39.snap
|
||||
source = termius.desktop
|
||||
source = tos.html
|
||||
sha256sums = 63c6ac8819a3fb232adb34bf389b99d9afd583d6ec9ccd21835ea6ab642bc679
|
||||
sha256sums = a1f66464d046b261fd8d8e4a93d07ef7a6437873f9ff538835b72502725141a7
|
||||
sha256sums = a64e00e3fb2f3d3b81e0f4492e339ab72c61572f4e70b2268edd94c9e69acf1b
|
||||
sha256sums = 9c969cc82314240860737dc09d48970271c798c9b1116ceb91556f75959788a2
|
||||
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,23 +2,23 @@
|
|||
# Contributor: TBK <aur@jjtc.eu>
|
||||
|
||||
pkgname=termius
|
||||
pkgver=5.4.1
|
||||
pkgrel=2
|
||||
pkgver=5.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="Desktop SSH Client"
|
||||
url="https://www.termius.com/"
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
depends=('libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
|
||||
makedepends=('squashfs-tools')
|
||||
# Get latest version + link from https://uappexplorer.com/snap/ubuntu/termius-app || snap info termius-app || run the following
|
||||
# Get latest version + link from https://snapcraft.io/termius-app || snap info termius-app || run the following
|
||||
# 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
|
||||
source=(
|
||||
"${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_38.snap"
|
||||
"${pkgname}-${pkgver}.snap::https://api.snapcraft.io/api/v1/snaps/download/WkTBXwoX81rBe3s3OTt3EiiLKBx2QhuS_39.snap"
|
||||
"termius.desktop"
|
||||
"tos.html"
|
||||
)
|
||||
sha256sums=('63c6ac8819a3fb232adb34bf389b99d9afd583d6ec9ccd21835ea6ab642bc679'
|
||||
sha256sums=('a1f66464d046b261fd8d8e4a93d07ef7a6437873f9ff538835b72502725141a7'
|
||||
'a64e00e3fb2f3d3b81e0f4492e339ab72c61572f4e70b2268edd94c9e69acf1b'
|
||||
'9c969cc82314240860737dc09d48970271c798c9b1116ceb91556f75959788a2')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue