proxychains-ng pkgbuild updated to 4.5
This commit is contained in:
parent
ef90dd6af7
commit
5fd1dfa538
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
pkgname=proxychains-ng
|
||||
pkgver=4.4
|
||||
pkgver=4.5
|
||||
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"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -10,7 +10,7 @@ depends=()
|
|||
makedepends=()
|
||||
conflicts=('proxychains')
|
||||
source=(http://downloads.sourceforge.net/project/$pkgname/proxychains-$pkgver.tar.bz2)
|
||||
md5sums=('c3da53d73956b85b20ddc70f1b1a3e78')
|
||||
md5sums=('2a83ef208499a208ea507e8dc054b901')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/proxychains-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue