summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLook2023-07-23 19:29:36 -0300
committerLook2023-07-23 19:29:36 -0300
commit7faad9ccae5d219ca46730ef1971f456a65d3770 (patch)
treee979622a1cf3a606eedcd8c99fa83b3a49c22bf3
parentd0938211959dd630fbfa680ae26ce0d85fc742ef (diff)
downloadaur-7faad9ccae5d219ca46730ef1971f456a65d3770.tar.gz
chore: bump version to 4.2.7
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feded1cead86..8b2beccabe4d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = miru-bin
pkgdesc = Bittorrent streaming software for cats
- pkgver = 4.2.6
+ pkgver = 4.2.7
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.6/linux-Miru-4.2.6.deb
- sha512sums_x86_64 = c825b62016fdb51e6fb0548f3c8399c30723a34e58bf9678544870d0aba2cbb9dfae4f3a461676fc5d36a0d86c0d07500a7f03e73fec986bf3ffa1959ba3e94c
+ source_x86_64 = https://github.com/ThaUnknown/miru/releases/download/v4.2.7/linux-Miru-4.2.7.deb
+ sha512sums_x86_64 = 9981c431b31c7f78ca84d13fff7650a2a0195a5ac108df3ee4fb28121c5b1f282ee248979df76b2a12c8bb6433401ac5867504e6cd912c4003a0dc797df91978
pkgname = miru-bin
diff --git a/PKGBUILD b/PKGBUILD
index c78728c7c89d..73767916d3db 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Look <notkool@protonmail.com>
pkgname=miru-bin
-pkgver=4.2.6
+pkgver=4.2.7
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=('c825b62016fdb51e6fb0548f3c8399c30723a34e58bf9678544870d0aba2cbb9dfae4f3a461676fc5d36a0d86c0d07500a7f03e73fec986bf3ffa1959ba3e94c')
+sha512sums_x86_64=('9981c431b31c7f78ca84d13fff7650a2a0195a5ac108df3ee4fb28121c5b1f282ee248979df76b2a12c8bb6433401ac5867504e6cd912c4003a0dc797df91978')
package() {