Browse Source

Chore: update debian package (#894)

Loyalsoldier 4 years ago
parent
commit
9beabe833a
3 changed files with 10 additions and 1 deletions
  1. 1 0
      .github/workflows/deb.yml
  2. 8 0
      release/debian/changelog
  3. 1 1
      release/debian/control

+ 1 - 0
.github/workflows/deb.yml

@@ -9,6 +9,7 @@ on:
     types: [opened, synchronize, reopened]
     paths:
       - ".github/workflows/deb.yml"
+      - "release/debian/*"
   release:
     types: [prereleased]
 

+ 8 - 0
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 <dev@v2fly.org>  Mon, 12 Apr 2021 23:05:51 +0800
+
 v2ray-core (4.37.2-1) unstable; urgency=medium
 
   * Websocket: support browser forwarder (#818)

+ 1 - 1
release/debian/control

@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: ymshenyu <ymshenyu@gmail.com>
 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