summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2021-03-03 15:00:23 +0100
committerManuel Reimer2021-03-03 15:00:23 +0100
commit983a6b5edebce84651e3d54123c23a8b47035cff (patch)
tree18cd6768f7611c9bdb703b73f57490d5690a4a56 /PKGBUILD
parent1784c277323f75bf83cb623c64aae8ea8bd2d895 (diff)
downloadaur-983a6b5edebce84651e3d54123c23a8b47035cff.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/ac7f95cad3549edc240f37a4473bc6c59ae84da0)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f9b3afc4a6..8464775d7396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=tntnet
-pkgver=2.2.1
-pkgrel=3
+pkgver=3.0
+pkgrel=1
pkgdesc="Modular, multithreaded, high performance webapplicationserver for C++"
url="http://www.tntnet.org"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('cxxtools' 'openssl' 'zlib' 'perl')
source=("http://www.tntnet.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('febe799675c1b8b2f7259bad30cf6f23')
+sha256sums=('718e5519b0a403f7f766358bf66a85c008119c48189d1c2b7651fd0af9018e27')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"