diff options
author | Vitalii Kuzhdin | 2024-07-18 18:30:11 +0300 |
---|---|---|
committer | Vitalii Kuzhdin | 2024-07-18 18:30:11 +0300 |
commit | 4972bb68a8c3dbcf0468affd0aca7eb7704a4ca4 (patch) | |
tree | 6501391efe4a9eb273a275215770c408e5e937b0 | |
parent | bc8b1a5b02f89166d44bb63efca21cf4f59988b4 (diff) | |
download | aur-4972bb68a8c3dbcf0468affd0aca7eb7704a4ca4.tar.gz |
Bump to 0.9.93
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = vtm pkgdesc = A text-based desktop environment that runs console applications in floating windows and allows remote access over tunnelling protocols such as SSH - pkgver = 0.9.92 + pkgver = 0.9.93 pkgrel = 1 url = https://github.com/directvt/vtm arch = any @@ -9,7 +9,7 @@ pkgbase = vtm makedepends = gcc depends = glibc depends = gcc-libs - source = vtm-0.9.92.tar.gz::https://github.com/directvt/vtm/archive/v0.9.92.tar.gz - sha256sums = 0fec38dfc39378473073d49f5fac0d385abf984d37076871e253adb8437d0bac + source = vtm-0.9.93.tar.gz::https://github.com/directvt/vtm/archive/v0.9.93.tar.gz + sha256sums = 8e7075e98ef38d126196fe94a504cf10287db81c2b236c3961e9fdf13215a7d5 pkgname = vtm @@ -1,7 +1,7 @@ # Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com> pkgname="vtm" -pkgver=0.9.92 +pkgver=0.9.93 pkgrel=1 pkgdesc="A text-based desktop environment that runs console applications in floating windows and allows remote access over tunnelling protocols such as SSH" arch=('any') @@ -11,7 +11,7 @@ depends=('glibc' 'gcc-libs') makedepends=('cmake' 'gcc') _pkgsrc="${pkgname}-${pkgver}" source=("${_pkgsrc}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('0fec38dfc39378473073d49f5fac0d385abf984d37076871e253adb8437d0bac') +sha256sums=('8e7075e98ef38d126196fe94a504cf10287db81c2b236c3961e9fdf13215a7d5') build() { cd "${srcdir}" |