@min-pack/ss-rust 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin.sh CHANGED
@@ -1,9 +1,8 @@
1
1
  #!/usr/bin/env bash
2
-
2
+ set -e
3
3
  OS="$(uname -s)"
4
4
  ARCH="$(uname -m)"
5
- DIR="$(cd "$(dirname "$0")" && pwd)"
6
-
5
+ DIR="$(dirname "$(realpath "$0")")"
7
6
  if [[ "$OS" == "Linux" && "$ARCH" == "x86_64" ]]; then exec "$DIR/ssservice-linux-x86_64" "$@"
8
7
  elif [[ "$OS" == "Linux" && "$ARCH" == "aarch64" ]]; then exec "$DIR/ssservice-linux-aarch64" "$@"
9
8
  else echo "no binary for $OS-$ARCH" >&2; exit 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@min-pack/ss-rust",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Latest 'ssservice' binaries (musl) from 'shadowsocks-rust'",
5
5
  "bin": {
6
6
  "ss-rust": "bin.sh",
package/ssservice.info CHANGED
@@ -1,3 +1,3 @@
1
1
  v1.24.0
2
- https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.24.0/shadowsocks-v1.24.0.aarch64-unknown-linux-musl.tar.xz
3
- https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.24.0/shadowsocks-v1.24.0.x86_64-unknown-linux-musl.tar.xz
2
+ e00b6551f40bb2d61adb2503909e0df6550c022372c812f3f34350510797ef2f https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.24.0/shadowsocks-v1.24.0.aarch64-unknown-linux-musl.tar.xz
3
+ 0d84f5f350ec99396867d718f146fc3810975b2a7cd06192f158d96bdef460e7 https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.24.0/shadowsocks-v1.24.0.x86_64-unknown-linux-musl.tar.xz