Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update innernet to v1.3.0 #358

Merged
merged 3 commits into from
May 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package/innernet/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
pkgnames=(innernet-client)
pkgdesc="A private network system that uses WireGuard under the hood."
url="https://github.com/tonarino/innernet"
pkgver=1.3.0-beta-4-1
timestamp=2021-04-21T18:26Z
pkgver=1.3.0-1
timestamp=2021-05-19T08:17:04Z
section="utils"
maintainer="plan5 <[email protected]>"
license=MIT
installdepends=(wireguard)
makedepends=(build:librust-clang-sys-dev build:libclang-dev build:libc6 build:libc6-dev build:clang build:gcc-multilib build:g++-multilib)

image=rust:v1.4
source=(https://github.com/tonarino/innernet/archive/refs/tags/v1.3.0-beta.4.zip)
sha256sums=(4306ddc6096ef7aeef96f3d867a52a44c710167c3281fbe3ee8cfc97df030e4a)
source=(https://github.com/tonarino/innernet/archive/refs/tags/v1.3.0.zip)
sha256sums=(de3feb881c64ff91aa626aaa5b16e24c2a2c37688c4989b8394e1e15a175112e)

prepare() {
# Change config folders to live under /opt
Expand Down