mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
Chore: update debian package (#894)
This commit is contained in:
parent
66c3423b98
commit
9beabe833a
1
.github/workflows/deb.yml
vendored
1
.github/workflows/deb.yml
vendored
@ -9,6 +9,7 @@ on:
|
||||
types: [opened, synchronize, reopened]
|
||||
paths:
|
||||
- ".github/workflows/deb.yml"
|
||||
- "release/debian/*"
|
||||
release:
|
||||
types: [prereleased]
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user