Skip to content

Commit

Permalink
hysteria: update to 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Beginner-Go <[email protected]>
  • Loading branch information
Beginner-Go committed Sep 2, 2023
1 parent aa256b4 commit be15ebc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions hysteria/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=hysteria
PKG_VERSION:=1.3.5
PKG_VERSION:=2.0.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/apernet/hysteria/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=9b3b5fca069d215a1f4c9cf3aa0a7b4e9b1fe21216fddb483a20ab42eb4a4dd7
PKG_SOURCE_URL:=https://codeload.github.com/apernet/hysteria/tar.gz/app/v$(PKG_VERSION)?
PKG_HASH:=06f86cf466cbe08e7aaea68914263780ed4474cd73df9a591676779535d330d5

PKG_LICENSE:=MIT
PKG_LICENSE_FILE:=LICENSE
Expand All @@ -21,8 +21,7 @@ PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0

GO_PKG:=github.com/apernet/hysteria
GO_PKG_BUILD_PKG:=$(GO_PKG)/app/cmd
GO_PKG_LDFLAGS_X:=main.appVersion=$(PKG_VERSION)
GO_PKG_BUILD_PKG:=$(GO_PKG)/app

include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk
Expand Down

0 comments on commit be15ebc

Please sign in to comment.