Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
upterm
Commits:
0e268e58 by Sven-Hendrik Haase at 2026-01-14T13:05:30+01:00
upgpkg: 0.22.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = upterm
pkgdesc = Secure Terminal Sharing, an alternative to tmate
- pkgver = 0.21.1
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/owenthereal/upterm
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
- source =
upterm-0.21.1.tar.gz::https://github.com/owenthereal/upterm/archive/v0.21.1.tar.gz
- sha256sums =
8c86d643daa294b2c8fc1f27260de812f5d411e05b1f96655cc645ccdaffc10e
+ source =
upterm-0.22.0.tar.gz::https://github.com/owenthereal/upterm/archive/v0.22.0.tar.gz
+ sha256sums =
047bcb184cc5189ea5f155d6a62780206fb01f093672e7b4c887cb7aa50bcc7f
pkgname = upterm
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: Sýlvan Heuser <[email protected]>
pkgname=upterm
-pkgver=0.21.1
+pkgver=0.22.0
pkgrel=1
pkgdesc='Secure Terminal Sharing, an alternative to tmate'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=('glibc')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/owenthereal/upterm/archive/v${pkgver}.tar.gz")
-sha256sums=('8c86d643daa294b2c8fc1f27260de812f5d411e05b1f96655cc645ccdaffc10e')
+sha256sums=('047bcb184cc5189ea5f155d6a62780206fb01f093672e7b4c887cb7aa50bcc7f')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/upterm/-/commit/0e268e58b512d03f93ed3da26c26c91ed6b9d940
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/upterm/-/commit/0e268e58b512d03f93ed3da26c26c91ed6b9d940
You're receiving this email because of your account on gitlab.archlinux.org.