From 9beabe833a7945a07a28b7d51097d28823aeb22c Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 12 Apr 2021 23:14:26 +0800 Subject: [PATCH] Chore: update debian package (#894) --- .github/workflows/deb.yml | 1 + release/debian/changelog | 8 ++++++++ release/debian/control | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 10fd3999d..6e525ea2b 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -9,6 +9,7 @@ on: types: [opened, synchronize, reopened] paths: - ".github/workflows/deb.yml" + - "release/debian/*" release: types: [prereleased] diff --git a/release/debian/changelog b/release/debian/changelog index 33b44ac61..a08b26cbd 100644 --- a/release/debian/changelog +++ b/release/debian/changelog @@ -1,3 +1,11 @@ +v2ray-core (4.37.3-1) unstable; urgency=medium + + * DNS: hosts support multiple addresses (#884 #886 #888) + * Fix: cannot load geoip & geosite (#889) + * Chore: use Go v1.16 to build Debian package (#890) + + -- V2Fly Mon, 12 Apr 2021 23:05:51 +0800 + v2ray-core (4.37.2-1) unstable; urgency=medium * Websocket: support browser forwarder (#818) diff --git a/release/debian/control b/release/debian/control index 709e088be..28d304fb6 100644 --- a/release/debian/control +++ b/release/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: ymshenyu Build-Depends: debhelper-compat (= 12), dh-golang, - golang-any + golang-1.16 Standards-Version: 4.5.0 Homepage: https://github.com/v2fly/v2ray-core #Vcs-Browser: https://salsa.debian.org/debian/v2ray-core