Updated nethlink-appimage to 1.5.1-1

This commit is contained in:
2026-07-28 00:00:57 +00:00
parent 81c9cc6abe
commit a612b85959
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = nethlink-appimage
pkgdesc = A tool designed to link NethServer systems and provide remote access tools.
pkgver = 1.5.0
pkgver = 1.5.1
pkgrel = 1
url = https://github.com/NethServer/nethlink
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = nethlink-appimage
conflicts = nethlink
options = !strip
options = !debug
source = nethlink-1.5.0.AppImage::https://github.com/NethServer/nethlink/releases/download/v1.5.0/nethlink-1.5.0.AppImage
source = nethlink-1.5.1.AppImage::https://github.com/NethServer/nethlink/releases/download/v1.5.1/nethlink-1.5.1.AppImage
source = nethlink.desktop
source = nethlink.png
sha256sums = 0037099373119dbf4894a7073c3664c04d52eb8f07da51f406988a6d9454327a
sha256sums = 837c30a34b2eaa82d60ea14ec892cc74303448c2154b72ea8768bd0e33bd58ac
sha256sums = 1c5d66ad8406cb12645f26e51d5fdac5ff6ad2a90d392dd852ab027d6783aa54
sha256sums = 360ba441787829ab27c306cd0cdb8606d501c210e6d100bc767e2842fde2dc02

View File

@@ -5,7 +5,7 @@ _srcname="nethlink"
_srcmntr="NethServer"
pkgname="${_pkgname}-appimage"
pkgver="1.5.0"
pkgver="1.5.1"
pkgrel="1"
pkgdesc="A tool designed to link NethServer systems and provide remote access tools."
url="https://github.com/${_srcmntr}/${_srcname}"
@@ -23,7 +23,7 @@ conflicts=("nethlink")
provides=("nethlink")
sha256sums=(
"0037099373119dbf4894a7073c3664c04d52eb8f07da51f406988a6d9454327a"
"837c30a34b2eaa82d60ea14ec892cc74303448c2154b72ea8768bd0e33bd58ac"
"1c5d66ad8406cb12645f26e51d5fdac5ff6ad2a90d392dd852ab027d6783aa54"
"360ba441787829ab27c306cd0cdb8606d501c210e6d100bc767e2842fde2dc02"
)