-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34cb628
commit 4cf3e8e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Jorge Alejandro Jimenez Luna <[email protected]> | ||
|
||
pkgname=proxyswarm | ||
pkgver=0.1.2 | ||
pkgver=0.1.4 | ||
pkgrel=1 | ||
pkgdesc="Lightweight proxy that allows redirect HTTP(S) traffic through a proxy." | ||
arch=('x86_64') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ static DEFAULT_CONFIGURATION_FILE_PATH: &str = "./proxyswarm.conf"; | |
|
||
fn main() { | ||
let matches = App::new("proxyswarm") | ||
.version("0.1.2") | ||
.version("0.1.4") | ||
.author("Jorge A. Jiménez Luna <[email protected]>") | ||
.about("Proxyswarm is a lightweight proxy that allows redirect HTTP(S) traffic through a proxy.") | ||
.arg(Arg::with_name("verbosity") | ||
|