summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-03-06 23:48:59 +0100
committerMartchus2021-03-06 23:48:59 +0100
commit228fce1b11ddc48e7db447cd90d010aa121dffe9 (patch)
tree03e7f6ddb16233c825aae4f10ad4dce508a626d8 /PKGBUILD
parent08e622f0b3fb4fdece9e938bdeccc15c44a105e7 (diff)
downloadaur-228fce1b11ddc48e7db447cd90d010aa121dffe9.tar.gz
Fix checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb6528565d78..6fb1289d08f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_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=('8ff8d7585010407fcd1f7c85e595ca6db4344c753cdaaed9e6031656f3286e06')
+sha256sums=('7e6580e8dee78fb3a3dacf4d55f02c7f8b44dac1785275bb7d937e59f57f295b')
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