diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-11-09 17:30:11 +0000 |
---|---|---|
committer | tranzystorekk <tranzystorek.io@protonmail.com> | 2024-11-09 18:01:35 +0000 |
commit | 452328058d4096ee3e6a71f86925d0dcddf1b0c8 (patch) | |
tree | d04d3a792abe9e1de8a0e703b724c57a1e7fcb72 | |
parent | 32cbf463a8cf5894f2465b8da1f18ea2c0c8b400 (diff) | |
download | void-packages-452328058d4096ee3e6a71f86925d0dcddf1b0c8.tar void-packages-452328058d4096ee3e6a71f86925d0dcddf1b0c8.tar.gz void-packages-452328058d4096ee3e6a71f86925d0dcddf1b0c8.tar.bz2 void-packages-452328058d4096ee3e6a71f86925d0dcddf1b0c8.tar.lz void-packages-452328058d4096ee3e6a71f86925d0dcddf1b0c8.tar.xz void-packages-452328058d4096ee3e6a71f86925d0dcddf1b0c8.tar.zst void-packages-452328058d4096ee3e6a71f86925d0dcddf1b0c8.zip |
swirc: update to 3.5.1.
-rw-r--r-- | srcpkgs/swirc/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/swirc/template b/srcpkgs/swirc/template index 88f5cfcf671..dcaad081cf1 100644 --- a/srcpkgs/swirc/template +++ b/srcpkgs/swirc/template @@ -1,6 +1,6 @@ # Template file for 'swirc' pkgname=swirc -version=3.5.0 +version=3.5.1 revision=1 build_style=configure configure_args="$(vopt_with notify libnotify)" @@ -17,7 +17,7 @@ license="BSD-3-Clause, ISC, MIT" homepage="https://www.nifty-networks.net/swirc" changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md" distfiles="https://www.nifty-networks.net/swirc/releases/swirc-${version}.tgz" -checksum=72d718c8eb651342d85ca0144fc19b602960d66450d48ee855f019f664571dfb +checksum=821637d795455fa3c2c0733180d6e43c3cfc766bd2133922501bd23378f4abc0 build_options="notify" build_options_default="notify" |