Skip to content

Commit

Permalink
Update innernet to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Sep 12, 2024
1 parent e4eb236 commit cf94485
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package/innernet/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ archs=(rmallos2)
pkgnames=(innernet-client)
pkgdesc="A private network system that uses WireGuard under the hood."
url="https://github.com/tonarino/innernet"
pkgver=1.5.3-4
timestamp=2022-01-31T20:08:43Z
pkgver=1.6.1-1
timestamp=2024-01-19T14:24:40Z
section="utils"
maintainer="plan5 <[email protected]>"
license=MIT
Expand All @@ -20,7 +20,7 @@ source=(
"https://github.com/tonarino/innernet/archive/refs/tags/$_srcver.zip"
)
sha256sums=(
2f7ca1d802d898b1c4fd090cba9e0562a1e80d617b55f23ba596e81c99441a1c
fd9ec6eb75dcc46c818696e7fcb87eb772dc024e0c326360f0f8c473c937c37c
)

prepare() {
Expand All @@ -43,9 +43,6 @@ package() {
install -D -m 700 -t "$pkgdir"/opt/bin "$srcdir"/target/armv7-unknown-linux-gnueabihf/release/innernet
install -D -m 644 -t "$pkgdir"/lib/systemd/system "$srcdir/client/[email protected]"
install -D -m 644 -t "$pkgdir"/lib/systemd/system "$srcdir/client/innernet.target"

# Link /opt/bin/innernet to /opt/bin/inn
ln -s /opt/bin/innernet "$pkgdir"/opt/bin/inn
}

configure() {
Expand Down

0 comments on commit cf94485

Please sign in to comment.