Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woniuzfb committed Nov 8, 2021
1 parent a27e76e commit 4cd27da
Show file tree
Hide file tree
Showing 3 changed files with 746 additions and 410 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:
runs-on: ubuntu-latest
name: Build openwrt-xray
steps:
- name: Build for aarch64_cortex-a53
env:
WORKSPACE: ${{ github.workspace }}
uses: woniuzfb/openwrt-xray/.github/targets/aarch64_cortex-a53@v1
with:
compress-goproxy: 'n'
exclude-assets: 'n'
compress-upx: 'y'
compatibility-mode: 'n'
- name: Build for aarch64_generic
env:
WORKSPACE: ${{ github.workspace }}
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=xray
PKG_VERSION:=1.4.3
PKG_VERSION:=1.4.5
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/XTLS/xray-core.git
PKG_MIRROR_HASH:=skip
PKG_SOURCE_VERSION:=1dca3cb3ddc902a0b55b487e036edbf81b10341c
PKG_SOURCE_VERSION:=a149c78a4c84dcf52f55715d33bba5a9e626f65d
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz

PKG_LICENSE:=MPL
Expand Down
Loading

0 comments on commit 4cd27da

Please sign in to comment.