Search Criteria
Package Details: charybdis 4.1.2-5
Git Clone URL: | https://aur.archlinux.org/charybdis.git (read-only, click to copy) |
---|---|
Package Base: | charybdis |
Description: | Scalable IRCv3.2 server for large, community-oriented networks |
Upstream URL: | https://charybdis-ircd.github.io |
Keywords: | ircd |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | nekonyuu |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 2 |
Popularity: | 0.002001 |
First Submitted: | 2016-03-03 16:46 |
Last Updated: | 2020-06-07 17:10 |
Dependencies (7)
- bison (byacc-bison, bison-git)
- flex (flex-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- gnutls (gnutls-tiny-git, gnutls-git, gnutls-next, gnutls-openssl, gnutls-nodocs-git) (make)
- mbedtls (mbedtls-git) (make)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened) (make)
Latest Comments
« First ‹ Previous 1 2
nekonyuu commented on 2016-10-07 10:00
bump to 3.5.3 !
nekonyuu commented on 2016-04-18 11:41
Thanks @DescartesHorse for the patch, updating it right now.
DescartesHorse commented on 2016-04-18 10:02
Patch for latest version (will email too if that's better):
Subject: [PATCH] Updating to version 3.5.1 Updating checksums and bumping
version number for latest release
---
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index e0491ef..cf59981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=charybdis
pkgname=charybdis
-pkgver=3.5.0
+pkgver=3.5.1
pkgrel=1
pkgdesc='A highly scalable IRCv3-compliant IRCd'
url='http://www.charybdis.io/'
@@ -15,7 +15,7 @@ install=charybdis.install
source=("http://distfiles.charybdis.io/charybdis-${pkgver}.tar.bz2"
'charybdis.service'
'charybdis.tmpfiles')
-sha256sums=('8bdf12b5389c896520c42c8a7f918212c25e81c8f5a823a8aca595603da93014'
+sha256sums=('3d64138a9804c82be2ae652fefa09c014faba3fb292493b4bdbd9058244f6a25'
'044f3567ed865365e76581942e1b28ba4f7193dd6c8022616ea0894295272062'
'2fcc284f060cafa9a6df0b010de44833b248169ab11c6289f54227ab87068c29')
arch=('i686' 'x86_64')
--
2.8.0