Skip to content

Commit

Permalink
Update Reborn Deb to v4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jun 11, 2024
1 parent 2118732 commit e09b4d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ MODULES = jailed
endif

ifndef YOUTUBE_VERSION
YOUTUBE_VERSION = 19.19.7
YOUTUBE_VERSION = 19.23.3
endif
ifndef REBORN_VERSION
REBORN_VERSION = 4.2.7
REBORN_VERSION = 4.2.8
endif
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(REBORN_VERSION)

Expand Down Expand Up @@ -62,7 +62,7 @@ before-all::
fi
before-all::
@if [[ ! -f $(REBORN_DEB) ]]; then \
curl -s -L "https://www.dropbox.com/scl/fi/8pezmgmo2h62kalm2yd6l/YouTube.Reborn.v4.2.7.deb?rlkey=jn38a3536id56aa5nhuq76aac&dl=1" -o $(REBORN_DEB); \
curl -s -L "https://www.dropbox.com/scl/fi/d7z8v8gblpu3ht0yzjlpe/YouTube.Reborn.v4.2.8.deb?rlkey=ywdbt74brxvrymbfbxg06uuu8&dl=1" -o $(REBORN_DEB); \
fi; \
if [[ ! -f $(REBORN_DYLIB) || ! -d $(REBORN_BUNDLE) ]]; then \
tar -xf Tweaks/Reborn/YouTube.Reborn.v$(REBORN_VERSION).deb -C Tweaks/Reborn; tar -xf Tweaks/Reborn/data.tar* -C Tweaks/Reborn; \
Expand Down

0 comments on commit e09b4d0

Please sign in to comment.