summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLook2023-08-01 06:18:02 -0300
committerLook2023-08-01 06:18:02 -0300
commit7b8474da34146f7c09b6d6d9098e26454635d7f4 (patch)
treeab4f1937d5063f0d83b01a4c340364005afb68d1
parent6657dd432ea9f3e287cb172eb9f1a5ca7887841c (diff)
downloadaur-7b8474da34146f7c09b6d6d9098e26454635d7f4.tar.gz
chore: bump version to 4.3.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b772aba3349e..ca11e9de2110 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = miru-bin
pkgdesc = Bittorrent streaming software for cats
- pkgver = 4.2.11
+ pkgver = 4.3.0
pkgrel = 1
url = https://github.com/ThaUnknown/miru
install = miru-bin.install
@@ -9,7 +9,7 @@ pkgbase = miru-bin
depends = xdg-utils
options = !strip
options = !emptydirs
- source_x86_64 = https://github.com/ThaUnknown/miru/releases/download/v4.2.11/linux-Miru-4.2.11.deb
- sha512sums_x86_64 = a39ed07a9f8aebfc8e6c3713070a2a69c7eab895823f2b422c23f7e012c76c4e0ab51a8b7bbf63e9792d057bfccd7441e993a10c0acdb243e927419536659189
+ source_x86_64 = https://github.com/ThaUnknown/miru/releases/download/v4.3.0/linux-Miru-4.3.0.deb
+ sha512sums_x86_64 = 07ac80065a02d68cd6db8b86cf0771bf7b12b510b672605a4c70fb5b2ae60b1d48144a8200a55632b1e4789dc3af046396885318d9b32e79d582de93fbd219a5
pkgname = miru-bin
diff --git a/PKGBUILD b/PKGBUILD
index 505db6c7dee0..b5667000f71f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Look <notkool@protonmail.com>
pkgname=miru-bin
-pkgver=4.2.11
+pkgver=4.3.0
pkgrel=1
pkgdesc="Bittorrent streaming software for cats"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('xdg-utils')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/ThaUnknown/miru/releases/download/v${pkgver}/linux-Miru-${pkgver}.deb")
-sha512sums_x86_64=('a39ed07a9f8aebfc8e6c3713070a2a69c7eab895823f2b422c23f7e012c76c4e0ab51a8b7bbf63e9792d057bfccd7441e993a10c0acdb243e927419536659189')
+sha512sums_x86_64=('07ac80065a02d68cd6db8b86cf0771bf7b12b510b672605a4c70fb5b2ae60b1d48144a8200a55632b1e4789dc3af046396885318d9b32e79d582de93fbd219a5')
package() {