Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
sshx
Commits:
fe195f3b by Caleb Maclennan at 2024-05-05T11:34:33+03:00
Update nvchecker since upstream has started tagging
- - - - -
440e913c by Caleb Maclennan at 2024-05-05T11:37:16+03:00
upgpkg: 0.2.4-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sshx
pkgdesc = A secure web-based, collaborative terminal
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://github.com/ekzhang/sshx
arch = x86_64
=====================================
.nvchecker.toml
=====================================
@@ -1,7 +1,8 @@
[sshx]
-source = "cratesio"
-cratesio = "sshx"
# https://github.com/ekzhang/sshx/issues/50
-# source = "github"
-# github = "ekzhang/sshx"
-# use_max_tag = true
+# source = "cratesio"
+# cratesio = "sshx"
+source = "github"
+github = "ekzhang/sshx"
+prefix = "v"
+use_max_tag = true
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
_sha=7393800564e87ba8cfd80a42d51eba199c0a391d
pkgname=sshx
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=1
pkgdesc='A secure web-based, collaborative terminal'
url="https://github.com/ekzhang/$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sshx/-/compare/1b2c0f52e2c71bdd3935cadd657a01b1aa9bf455...440e913c852728d7e39ac6882c88a488ef00b65c
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sshx/-/compare/1b2c0f52e2c71bdd3935cadd657a01b1aa9bf455...440e913c852728d7e39ac6882c88a488ef00b65c
You're receiving this email because of your account on gitlab.archlinux.org.