Flagged Out-of-Date Comment: udp2raw-tunnel-git

ericatkin flagged udp2raw-tunnel-git out-of-date on 2023-05-25 (UTC) for the following reason:

```diff --git a/PKGBUILD b/PKGBUILD index 3598b9d..c2a6770 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Peter Cai <peter at typeblog dot net> pkgname=udp2raw-tunnel-git -pkgver=r709.b98a467 +pkgver=r718.e7eecc8 pkgrel=1 pkgdesc='An Encrypted, Anti-Replay, Multiplexed UdP Tunnel, tunnels udp traffic through fake-tcp or icmp by using raw socket' url='https://github.com/wangyu-/udp2raw-tunnel' @@ -12,7 +12,7 @@ depends=('iptables' 'libpcap') conflicts=('udp2raw-tunnel') license=('MIT') install=udp2raw-tunnel.install -source=("${pkgname%-*}::git://github.com/wangyu-/udp2raw-tunnel.git#branch=unified" +source=("${pkgname%-*}::git+${url}.git#branch=unified" "udp2raw_script.sh" "udp2raw@.service") sha512sums=('SKIP' ```