[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

2020-05-31 Thread Felix Yan via arch-commits
Date: Monday, June 1, 2020 @ 03:54:52
  Author: felixonmars
Revision: 637797

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 637796, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-01 03:54:43 UTC (rev 637796)
+++ PKGBUILD2020-06-01 03:54:52 UTC (rev 637797)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
-sha512sums=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2')
-
-build() {
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 
637796, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-01 03:54:52 UTC (rev 637797)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
+sha512sums=('771ec19ee7ed4f4827f4e04ef13bd680e72022f9e267e6a25d6e0bd3d22ac59ae52545387073d4263666e5847840f7b33963a64c1e7d8fbe0813218f5acf0ead')
+
+build() {
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}


[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

2020-03-08 Thread Felix Yan via arch-commits
Date: Sunday, March 8, 2020 @ 23:01:12
  Author: felixonmars
Revision: 592656

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 592655, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 23:01:03 UTC (rev 592655)
+++ PKGBUILD2020-03-08 23:01:12 UTC (rev 592656)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
-sha512sums=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2')
-
-build() {
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 
592655, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 23:01:12 UTC (rev 592656)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
+sha512sums=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2')
+
+build() {
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}


[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

2020-02-09 Thread Felix Yan via arch-commits
Date: Monday, February 10, 2020 @ 07:04:23
  Author: felixonmars
Revision: 565685

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 565684, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-10 07:04:15 UTC (rev 565684)
+++ PKGBUILD2020-02-10 07:04:23 UTC (rev 565685)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
-sha512sums=('d5510c21bfad98aa8bf2f1a2e324708d2de11d6fbf89f3152e9f79c1989aa85f03b58abdd75724c0532ebfea3520e71ed2829aef32eefc75722ea99550064088')
-
-build() {
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 
565684, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-10 07:04:23 UTC (rev 565685)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
+sha512sums=('599ad7e18bab67008afc25c324d3355f914b3a55e275fce7a4ead4471bcef554a56a4a9866d651b6690d7c85efe226ce3a704aa3a1fbf8c9c0c3d67f82fb9da2')
+
+build() {
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}


[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

2019-10-08 Thread Felix Yan via arch-commits
Date: Tuesday, October 8, 2019 @ 22:20:02
  Author: felixonmars
Revision: 514302

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 514301, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 22:19:58 UTC (rev 514301)
+++ PKGBUILD2019-10-08 22:20:02 UTC (rev 514302)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.1.0
-pkgrel=2
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
-sha512sums=('3b6529fed628370f8db2e9f9016a9e31712c8275f347478a3d6578a00929b7f27000bcfa8e3eea7eba0e00c94b79df0d7fb40d26ab86c90016250a1dedd4d9c6')
-
-build() {
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 
514301, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 22:20:02 UTC (rev 514302)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
+sha512sums=('d5510c21bfad98aa8bf2f1a2e324708d2de11d6fbf89f3152e9f79c1989aa85f03b58abdd75724c0532ebfea3520e71ed2829aef32eefc75722ea99550064088')
+
+build() {
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}


[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

2019-08-15 Thread Felix Yan via arch-commits
Date: Friday, August 16, 2019 @ 04:44:25
  Author: felixonmars
Revision: 499683

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 499682, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-16 04:44:15 UTC (rev 499682)
+++ PKGBUILD2019-08-16 04:44:25 UTC (rev 499683)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
-sha512sums=('3b6529fed628370f8db2e9f9016a9e31712c8275f347478a3d6578a00929b7f27000bcfa8e3eea7eba0e00c94b79df0d7fb40d26ab86c90016250a1dedd4d9c6')
-
-build() {
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 
499682, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-16 04:44:25 UTC (rev 499683)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
+sha512sums=('3b6529fed628370f8db2e9f9016a9e31712c8275f347478a3d6578a00929b7f27000bcfa8e3eea7eba0e00c94b79df0d7fb40d26ab86c90016250a1dedd4d9c6')
+
+build() {
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}


[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

2019-02-21 Thread Felix Yan via arch-commits
Date: Thursday, February 21, 2019 @ 19:06:43
  Author: felixonmars
Revision: 435114

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 435113, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-21 19:06:27 UTC (rev 435113)
+++ PKGBUILD2019-02-21 19:06:43 UTC (rev 435114)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.0
-pkgrel=1
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
-sha512sums=('0202bf7c0624ed323fd90647f2e3042528c3ce7b2b100c2f9bfe9a50042569fdb96ceca178473acc39c52a3dc0ff4c067ee567ddfc537877cbb27593bab43611')
-
-build() {
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 
435113, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-21 19:06:43 UTC (rev 435114)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
+sha512sums=('3b6529fed628370f8db2e9f9016a9e31712c8275f347478a3d6578a00929b7f27000bcfa8e3eea7eba0e00c94b79df0d7fb40d26ab86c90016250a1dedd4d9c6')
+
+build() {
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}