v18.15.1-3.0
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user