summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBusindre2018-10-02 20:25:43 +0200
committerBusindre2018-10-02 20:25:43 +0200
commit228b990c56f2e77459663625c96d047de8caa36b (patch)
treea41a67fab847e3a0414e3baed42cab42bc8fb87e
parent33ff6cf54a3b442f366df9afdad5258f3328b935 (diff)
downloadaur-228b990c56f2e77459663625c96d047de8caa36b.tar.gz
The PKGBUILD file was updated with the new URL of the source code package.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 577592eee5fc..d279e58a6537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Busindre <busilezas at gmail dot com>
+# Maintainer: Busindre <busilezas at busindre dot com>
pkgname=balance
pkgver=3.57
pkgrel=1
pkgdesc='Command line TCP load balancing with round-robin and failover.'
arch=('any')
-url='https://www.inlab.de/balance.html'
+url='https://www.inlab.net/balance/'
license=('GPL')
depends=('glibc')
-source=("https://www.inlab.de/${pkgname}-${pkgver}.tar.gz")
+source=("https://www.inlab.net/wp-content/uploads/2018/05/${pkgname}-${pkgver}.tar.gz")
sha512sums=('191195e2aa62c867d85085f273db911e8957c3eea7bed8e58abc29e125a0b0a4487048c7db5857e32f54545de1f81f8148b174225aaf8cf1e3a66e4b040748b4')
build() {