index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-23 23:48:49 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-23 23:48:49 +0300 |
commit | 9f811c914d10a6391dc8de0971453d7aca7081e5 (patch) | |
tree | c857f3091874ada9a13c27964ab84cc28cdf2872 /extra/knockd | |
parent | 7c3b586a92909e85c160b4642a0c5a0e167f7d0f (diff) |
-rw-r--r-- | extra/knockd/PKGBUILD | 3 |
diff --git a/extra/knockd/PKGBUILD b/extra/knockd/PKGBUILD new file mode 100644 index 00000000..6b707ab9 --- /dev/null +++ b/extra/knockd/PKGBUILD @@ -0,0 +1,3 @@ +if [[ $pkgver == "0.8" && $pkgrel == 1 ]]; then + source[0]='knockd-0.8.tar.gz::https://github.com/jvinet/knock/releases/download/v0.8/knock-0.8.tar.gz' +fi |