Skip to content

Commit

Permalink
v2raya: remove go version hack
Browse files Browse the repository at this point in the history
This hack was added for Go 1.20 as it did not take minor version.
Now we have Go 1.21, this hack can go away.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Sep 30, 2023
1 parent 1499b58 commit c95f313
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion v2raya/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=v2rayA
PKG_VERSION:=2.2.4
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/v2rayA/v2rayA/tar.gz/v$(PKG_VERSION)?
Expand Down
26 changes: 0 additions & 26 deletions v2raya/Makefile.rej

This file was deleted.

10 changes: 0 additions & 10 deletions v2raya/patches/010-go-version.patch

This file was deleted.

0 comments on commit c95f313

Please sign in to comment.