diff options
author | Cody Wyatt Neiman | 2024-03-14 13:11:46 -0400 |
---|---|---|
committer | Cody Wyatt Neiman | 2024-03-14 13:11:46 -0400 |
commit | 2993ac0e8e45e2feb3806b0cb35bed54ef29d85c (patch) | |
tree | 85b0dcf388adb66b2b1fa60962980d93f9897537 | |
parent | d616f942839a7208d3da41d35b20bb6123052538 (diff) | |
download | aur-2993ac0e8e45e2feb3806b0cb35bed54ef29d85c.tar.gz |
chore(kasmvncserver-bin): bump to v1.3.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = kasmvncserver-bin pkgdesc = KasmVNC provides remote web-based access to a Desktop or application. - pkgver = 1.2.0 + pkgver = 1.3.0 pkgrel = 1 url = https://github.com/kasmtech/KasmVNC arch = x86_64 @@ -39,7 +39,7 @@ pkgbase = kasmvncserver-bin options = !strip options = !emptydirs backup = etc/kasmvnc/kasmvnc.yaml - source = https://github.com/kasmtech/KasmVNC/releases/download/v1.2.0/kasmvncserver_jammy_1.2.0_amd64.deb - sha512sums = 2999c6b89f0f6851c00baaa5ba21e64af8332d4d8df18b64f47dddbeae1e45a8a19164e9663be91a4a32fe1bcfd4514b866fa45a3685dc300cfd1beffb779f1c + source = https://github.com/kasmtech/KasmVNC/releases/download/v1.3.0/kasmvncserver_jammy_1.3.0_amd64.deb + sha512sums = 0ae63f588a89e289e5205e0bf860b324ae1c2747486d35b49bae1d1e5265a7eb24cc98df16dbe2cce99edc5fc89c6e0a3ca6abccaba13f5e89a45a199c5b1617 pkgname = kasmvncserver-bin @@ -1,7 +1,7 @@ # Maintainer: Cody Wyatt Neiman (xangelix) <neiman@cody.to> pkgname=kasmvncserver-bin -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="KasmVNC provides remote web-based access to a Desktop or application." arch=('x86_64') @@ -11,7 +11,7 @@ depends=('aarch64-linux-gnu-gcc>=11' 'ca-certificates-utils' 'libbsd>=0.7.0' 'li backup=('etc/kasmvnc/kasmvnc.yaml') options=('!strip' '!emptydirs') source=("https://github.com/kasmtech/KasmVNC/releases/download/v${pkgver}/kasmvncserver_jammy_${pkgver}_amd64.deb") -sha512sums=('2999c6b89f0f6851c00baaa5ba21e64af8332d4d8df18b64f47dddbeae1e45a8a19164e9663be91a4a32fe1bcfd4514b866fa45a3685dc300cfd1beffb779f1c') +sha512sums=('0ae63f588a89e289e5205e0bf860b324ae1c2747486d35b49bae1d1e5265a7eb24cc98df16dbe2cce99edc5fc89c6e0a3ca6abccaba13f5e89a45a199c5b1617') package(){ # Extract package data |