diff --git a/community/v2ray/PKGBUILD b/community/v2ray/PKGBUILD
index af264bbf6..9e2959207 100644
--- a/community/v2ray/PKGBUILD
+++ b/community/v2ray/PKGBUILD
@@ -6,7 +6,7 @@
 #  - fix install source path for ARM architectures
 
 pkgname=v2ray
-pkgver=3.26
+pkgver=3.27
 pkgrel=1
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
@@ -15,7 +15,7 @@ license=('MIT')
 makedepends=('go' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz"
         'v2ray.service')
-sha512sums=('b28a1d3caeca93a75cfe01c125701ed7ce5fb1b57c3387f6d6af80a7dabca1e9916e9fc700856d46798ff47a1d89f85736fa1bb4bd04aedfa2bd83e1789e0a42'
+sha512sums=('1460361f7365e0db390aa47147e61c1714e84217fe4383c40e929acc66315b52df7dfbfbfb27cb3e9a36c04906ef50f718541009d8f3ee237e2b9252a7ace4af'
             'bebb87f43b3920be8efde9aece9c4305323cd7d3a65a3b2441f0dbd0098c02a18ca89a5b08833eee70482cffae2c8e7b7237bb5a4d1076e3c30d273898e2bedb')
 
 prepare() {