summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-07-04 20:15:32 +0200
committerMartchus2023-07-04 20:15:32 +0200
commit94a58cf8bd27494659e954c5c70922ea27fa76f6 (patch)
tree3778193b1077b446212998fa45a18eb061385e28 /PKGBUILD
parentfcc179fac69509bc6bc71e1f91e037644c7818c7 (diff)
downloadaur-94a58cf8bd27494659e954c5c70922ea27fa76f6.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df140e5cecf4..7a069ffc4ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
@@ -44,7 +44,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('fa3ffe19210c0438fe513fcee49fae00b6087b4ad3f6855615e96c51bbb5150d')
+sha256sums=('6fbf6d9ae65f184fb76106f025484007b17a614434d31623eba5ad15a311dd7c')
ephemeral_port() {
comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1