v18.15.1-3.0

This commit is contained in:
qnblackcat
2023-04-17 13:48:57 +07:00
parent a82da65f63
commit aa78e13df9
2 changed files with 18 additions and 24 deletions
+3 -3
View File
@@ -14,10 +14,10 @@ MODULES = jailed
endif
ifndef YOUTUBE_VERSION
YOUTUBE_VERSION = 18.08.1
YOUTUBE_VERSION = 18.15.1
endif
ifndef UYOU_VERSION
UYOU_VERSION = 2.3~1
UYOU_VERSION = 3.0
endif
PACKAGE_VERSION = $(YOUTUBE_VERSION)_$(UYOU_VERSION)
@@ -61,7 +61,7 @@ before-all::
fi
before-all::
@if [[ ! -f $(UYOU_DEB) ]]; then \
curl -s https://miro92.com/repo/debs/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -o $(UYOU_DEB); \
curl -s https://miro92.com/repo/debs/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -o $(UYOU_DEB); \
fi; \
if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \
tar -xf Tweaks/uYou/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -C Tweaks/uYou; tar -xf Tweaks/uYou/data.tar* -C Tweaks/uYou; \