Skip to content

Commit

Permalink
ligolo-ng: version bump (#3924)
Browse files Browse the repository at this point in the history
also fix #3923

Signed-off-by: Stefan Venz <stefan.venz@protonmail.com>
  • Loading branch information
ikstream authored Jul 26, 2023
1 parent 7d86a6f commit 6048f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ligolo-ng/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=ligolo-ng
pkgver=v0.4.3.r2.gee150f6
pkgver=v0.4.4.r9.8bfe194
pkgrel=1
pkgdesc='An advanced, yet simple, tunneling tool that uses a TUN interface.'
arch=('any')
Expand Down Expand Up @@ -47,8 +47,8 @@ build() {
package() {
cd $pkgname

install -Dm 755 proxy "$pkgdir/opt/$pkgname/agent"
install -Dm 755 agent "$pkgdir/opt/$pkgname/proxy"
install -Dm 755 agent "$pkgdir/opt/$pkgname/agent"
install -Dm 755 proxy "$pkgdir/opt/$pkgname/proxy"
install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Expand Down

0 comments on commit 6048f89

Please sign in to comment.