diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a15e44..335b10c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Check new patch ReVanced id: check-rv - run: bash src/build/ci.sh ReVanced/revanced-patches youtube-revanced.apk + run: bash src/build/ci.sh ReVanced/revanced-patches-template youtube-revanced.apk env: repository: ${{ github.repository }} diff --git a/README.md b/README.md index 14c0a49..768b1ef 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Download [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://play.google.com/store/apps/details?id=com.google.android.youtube) -### [Revanced:](https://github.com/revanced/revanced-patches) +### [Revanced:](https://github.com/revanced/revanced-patches-template) [All Architecture](https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root/releases/download/all/youtube-revanced.apk) @@ -231,7 +231,7 @@ Download [revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module) - [GPL-3.0](https://github.com/j-hc/revanced-magisk-module/blob/main/LICENSE) -[Revanced Patches](https://github.com/revanced/revanced-patches) - [GPL-3.0](https://github.com/revanced/revanced-patches/blob/main/LICENSE) +[Revanced Patches](https://github.com/revanced/revanced-patches-template) - [GPL-3.0](https://github.com/revanced/revanced-patches-template/blob/main/LICENSE) [Revanced Extended Patches](https://github.com/inotia00/revanced-patches/tree/revanced-extended) - [GPL-3.0](https://github.com/inotia00/revanced-patches/blob/revanced-extended/LICENSE) diff --git a/src/build/Revanced-1.sh b/src/build/Revanced-1.sh index 7c8995c..5d9ed70 100644 --- a/src/build/Revanced-1.sh +++ b/src/build/Revanced-1.sh @@ -5,7 +5,7 @@ source ./src/build/utils.sh ################################################# # Download requirements -dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest" +dl_gh "revanced-patches-template revanced-cli revanced-integrations" "revanced" "latest" ################################################# diff --git a/src/build/Revanced-2.sh b/src/build/Revanced-2.sh index 93502ad..093cc10 100644 --- a/src/build/Revanced-2.sh +++ b/src/build/Revanced-2.sh @@ -5,7 +5,7 @@ source ./src/build/utils.sh ################################################# # Download requirements -dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest" +dl_gh "revanced-patches-template revanced-cli revanced-integrations" "revanced" "latest" ################################################# diff --git a/src/build/Revanced-3.sh b/src/build/Revanced-3.sh index 879cafc..c9547b5 100644 --- a/src/build/Revanced-3.sh +++ b/src/build/Revanced-3.sh @@ -5,7 +5,7 @@ source ./src/build/utils.sh ################################################# # Download requirements -dl_gh "revanced-patches revanced-cli revanced-integrations" "revanced" "latest" +dl_gh "revanced-patches-template revanced-cli revanced-integrations" "revanced" "latest" ################################################# @@ -38,7 +38,7 @@ patch "tumblr" "revanced" ################################################# rm -f patches*.json revanced-patches*.jar revanced-integrations*.apk revanced-cli*.jar -dl_gh "revanced-patches" "revanced" "tags/v2.187.0" +dl_gh "revanced-patches-template" "revanced" "tags/v2.187.0" dl_gh "revanced-integrations" "revanced" "tags/v0.115.1" dl_gh "revanced-cli" "revanced" "tags/v2.22.0"