Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
d073ecbc
Unverified
Commit
d073ecbc
authored
4 years ago
by
Rosen Penev
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15122 from 1715173329/xray-update
xray-core: Update to 1.4.0
parents
d441a93d
a28580a5
No related branches found
No related tags found
1 merge request
!13
Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/xray-core/Makefile
+7
-7
7 additions, 7 deletions
net/xray-core/Makefile
with
7 additions
and
7 deletions
net/xray-core/Makefile
+
7
−
7
View file @
d073ecbc
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
xray-core
PKG_VERSION
:=
1.
3.1
PKG_VERSION
:=
1.
4.0
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://codeload.github.com/XTLS/Xray-core/tar.gz/v
$(
PKG_VERSION
)
?
PKG_HASH
:=
5b860144c470c3f7c6b71ffdf0c3830980f1f6ce431fbe6bf10249c1f0e991a7
PKG_HASH
:=
09fcfec0b6e9362d36fb358fe781431a6c2baae71a7864eaeb1379977aa22ca9
PKG_MAINTAINER
:=
PKG_MAINTAINER
:=
Tianling Shen <cnsztl@immortalwrt.org>
PKG_LICENSE
:=
MPL-2.0
PKG_LICENSE_FILES
:=
LICENSE
...
...
@@ -80,24 +80,24 @@ define Package/xray-core/conffiles
/etc/config/xray
endef
GEOIP_VER
:=
20210
225062
5
GEOIP_VER
:=
20210
311001
5
GEOIP_FILE
:=
geoip.dat.
$(
GEOIP_VER
)
define
Download/geoip
URL
:=
https://github.com/v2fly/geoip/releases/download/
$(
GEOIP_VER
)
/
URL_FILE
:=
geoip.dat
FILE
:=
$(
GEOIP_FILE
)
HASH
:=
ee41b3c624e27a47b611d7cbee9da605fb9cda7c23bec1326969eb137ca6ebe7
HASH
:=
8d2e8beaafd9aa07fce4900cc079cddf873d24658d1874de53417df33ab7f4b3
endef
GEOSITE_VER
:=
20210
226210728
GEOSITE_VER
:=
20210
314064711
GEOSITE_FILE
:=
dlc.dat.
$(
GEOSITE_VER
)
define
Download/geosite
URL
:=
https://github.com/v2fly/domain-list-community/releases/download/
$(
GEOSITE_VER
)
/
URL_FILE
:=
dlc.dat
FILE
:=
$(
GEOSITE_FILE
)
HASH
:=
ef9c30bacc6989a0b9fae6043dcef1ec15af96c01eddfa1f1d1ad93d14864f81
HASH
:=
8b89b59b0a826cb24d6b18a4e5e1db2b990faa8a9a8fef0eb000a692a7cbf7bb
endef
define
Build/Prepare
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment