proxychains-ng PKGBUILD updated to 4.6
This commit is contained in:
parent
043b34a3b3
commit
1ab2f9ea17
1 changed files with 3 additions and 4 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
pkgname=proxychains-ng
|
pkgname=proxychains-ng
|
||||||
pkgver=4.5
|
pkgver=4.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="a hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies"
|
pkgdesc="a hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/rofl0r/proxychains"
|
url="https://github.com/rofl0r/proxychains"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=()
|
|
||||||
makedepends=()
|
|
||||||
conflicts=('proxychains')
|
conflicts=('proxychains')
|
||||||
|
backup=('etc/proxychains.conf')
|
||||||
source=(http://downloads.sourceforge.net/project/$pkgname/proxychains-$pkgver.tar.bz2)
|
source=(http://downloads.sourceforge.net/project/$pkgname/proxychains-$pkgver.tar.bz2)
|
||||||
md5sums=('2a83ef208499a208ea507e8dc054b901')
|
md5sums=('c4d8d019b317d24042942be06d4e87a7')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/proxychains-$pkgver"
|
cd "$srcdir/proxychains-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue