summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25a91db84bdf..44f5e80eee9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = revanced-patches
pkgdesc = Official patches maintained by ReVanced
- pkgver = 2.90.0
+ pkgver = 2.91.0
pkgrel = 1
url = https://github.com/revanced/revanced-patches
arch = any
license = GPL3
depends = java-environment>=17
- source = https://github.com/revanced/revanced-patches/releases/download/v2.90.0/revanced-patches-2.90.0.jar
- source = https://github.com/revanced/revanced-patches/raw/v2.90.0/LICENSE
- sha256sums = b320ccfff5cf285a00df0ef960fef461285953194991167f0892a9d65bf8b040
+ source = https://github.com/revanced/revanced-patches/releases/download/v2.91.0/revanced-patches-2.91.0.jar
+ source = https://github.com/revanced/revanced-patches/raw/v2.91.0/LICENSE
+ sha256sums = f10139113bac0a5a644961914d8ba4f424f53e48993b8203d8c979f165ceb775
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
pkgname = revanced-patches
diff --git a/PKGBUILD b/PKGBUILD
index c48d52209c19..207396385dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='revanced-patches'
-pkgver="2.90.0"
+pkgver="2.91.0"
pkgrel=1
pkgdesc='Official patches maintained by ReVanced'
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('java-environment>=17')
source=("${url}/releases/download/v${pkgver}/revanced-patches-${pkgver}.jar"
"${url}/raw/v${pkgver}/LICENSE")
-sha256sums=('b320ccfff5cf285a00df0ef960fef461285953194991167f0892a9d65bf8b040'
+sha256sums=('f10139113bac0a5a644961914d8ba4f424f53e48993b8203d8c979f165ceb775'
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
package() {