summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLin Ruoshui2019-01-18 18:16:03 +0800
committerLin Ruoshui2019-01-18 18:16:03 +0800
commit1b0dcfd37536a40cc1d9fbb3ba7fdb39e8d8f928 (patch)
tree04ab7c331b99d37dabe90b76a7b33f7a93b3d75e
parent19cd6f9ac8260358bcb0b3b095a080f38282ef64 (diff)
downloadaur-1b0dcfd37536a40cc1d9fbb3ba7fdb39e8d8f928.tar.gz
update to v1.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a25ae49a951..cce8f036c260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jan 14 14:20:29 UTC 2019
+# Fri Jan 18 10:15:55 UTC 2019
pkgbase = v2ray-plugin
pkgdesc = Yet another SIP003 plugin for shadowsocks, based on v2ray
- pkgver = 20190114
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/shadowsocks/v2ray-plugin
arch = x86_64
license = MIT
- makedepends = go
conflicts = v2ray-plugin-git
- source = https://github.com/shadowsocks/v2ray-plugin/releases/download/v20190114/v2ray-plugin-linux-amd64-20190114.tar.gz
+ source = https://github.com/shadowsocks/v2ray-plugin/releases/download/v1.0/v2ray-plugin-linux-amd64-8cea1a3.tar.gz
source = https://raw.githubusercontent.com/shadowsocks/v2ray-plugin/master/LICENSE
- sha256sums = c0b07d577e271738ac51e68ddeb3fc724adad645f09c92ecdc3ea97faaaeb74a
+ sha256sums = 03085f4b20437c289e1c901fe394891ad329e3bfada5465abbda2ec58ffc70ef
sha256sums = 846f705610ae389786d42d92b09f5c5d9a14b144eb52b358fdb3e3051dbb00b2
pkgname = v2ray-plugin
diff --git a/PKGBUILD b/PKGBUILD
index f6177ad5b327..10d2fc3c27e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Contributor:
pkgname=v2ray-plugin
-pkgver=20190114
+pkgver=1.0
pkgrel=1
+_commit_ver=8cea1a3
pkgdesc='Yet another SIP003 plugin for shadowsocks, based on v2ray'
arch=('x86_64')
url='https://github.com/shadowsocks/v2ray-plugin'
license=('MIT')
#depends=('' '')
-makedepends=('go')
+#makedepends=('go')
conflicts=('v2ray-plugin-git')
-source=("https://github.com/shadowsocks/v2ray-plugin/releases/download/v$pkgver/v2ray-plugin-linux-amd64-$pkgver.tar.gz"
+source=("https://github.com/shadowsocks/v2ray-plugin/releases/download/v$pkgver/v2ray-plugin-linux-amd64-$_commit_ver.tar.gz"
"https://raw.githubusercontent.com/shadowsocks/v2ray-plugin/master/LICENSE")
-sha256sums=('c0b07d577e271738ac51e68ddeb3fc724adad645f09c92ecdc3ea97faaaeb74a'
+sha256sums=('03085f4b20437c289e1c901fe394891ad329e3bfada5465abbda2ec58ffc70ef'
'846f705610ae389786d42d92b09f5c5d9a14b144eb52b358fdb3e3051dbb00b2')
package() {
install -Dm755 v2ray-plugin_linux_amd64 ${pkgdir}/usr/bin/v2ray-plugin