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 cb99ceabae99..5e58d751d7b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = revanced-patches
pkgdesc = Official patches maintained by ReVanced
- pkgver = 2.69.2
+ pkgver = 2.69.3
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.69.2/revanced-patches-2.69.2.jar
- source = https://github.com/revanced/revanced-patches/raw/v2.69.2/LICENSE
- sha256sums = ee060cc5075e7efeda30350e3c94e740f2482a665784c631ad6222018d59d6ba
+ source = https://github.com/revanced/revanced-patches/releases/download/v2.69.3/revanced-patches-2.69.3.jar
+ source = https://github.com/revanced/revanced-patches/raw/v2.69.3/LICENSE
+ sha256sums = 3eeb767402084a4ce82eb69ff52254885456104399eab27d13d5810d913d7a10
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
pkgname = revanced-patches
diff --git a/PKGBUILD b/PKGBUILD
index a5e32877ada6..b5e7493e3193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='revanced-patches'
-pkgver="2.69.2"
+pkgver="2.69.3"
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=('ee060cc5075e7efeda30350e3c94e740f2482a665784c631ad6222018d59d6ba'
+sha256sums=('3eeb767402084a4ce82eb69ff52254885456104399eab27d13d5810d913d7a10'
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
package() {