Skip to content

Commit

Permalink
update 2024-12-05 12:26:49
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Dec 5, 2024
1 parent 6c0bf77 commit c40cfe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions redsocks2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=redsocks2
PKG_VERSION:=0.70
PKG_VERSION:=0.71
PKG_RELEASE:=1

PKG_SOURCE:=redsocks-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/semigodking/redsocks/tar.gz/release-$(PKG_VERSION)?
PKG_HASH:=2f0536132b744801a135e89c17ee8d51c1893371df8646c0b8e8504d33edb23c
PKG_HASH:=4ec470f47461ce5accffbefd56ead019ecd19b207ab8599461481c3d7e083bef
PKG_BUILD_DIR:=$(BUILD_DIR)/redsocks-release-$(PKG_VERSION)

PKG_MAINTAINER:=semigodking <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions v2ray-geodata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>

include $(INCLUDE_DIR)/package.mk

GEOIP_VER:=202411280056
GEOIP_VER:=202412050058
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:=0b92efbe8e6a8255d3142751964931d2ca4801b51f0cd12c05963e23e0062a52
HASH:=62f13f734ec2e9a2038fef4fb904aa7b7d6eeab2e315388ccc239c0476d503c1
endef

GEOSITE_VER:=20241112092643
Expand Down

0 comments on commit c40cfe2

Please sign in to comment.