summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLook2022-06-06 16:28:06 -0300
committerLook2022-06-06 16:28:06 -0300
commit0747f6c11ceb174ac78876f8292cf3252d64ca8c (patch)
treeebf6887b12e4697d44677f20efe38aa8c4a1f9cd
parent6ef6b27819158a6b51b88d8ea3f08859f7686215 (diff)
downloadaur-0747f6c11ceb174ac78876f8292cf3252d64ca8c.tar.gz
Bump version to v2.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77ebdd6a2891..25153da045ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = miru-bin
pkgdesc = Bittorrent streaming software for cats
- pkgver = 2.4.2
+ pkgver = 2.4.5
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/v2.4.2/linux-Miru-2.4.2.deb
- sha512sums_x86_64 = e3c4ef866fa8431cf9cc9d9c4f8d3bfe68e9321183cf9f9272c19cb50c03ca2da589facf6258e9cc18f699650790bf29e6d78788d3da80fea7bf50ba5e0abb58
+ source_x86_64 = https://github.com/ThaUnknown/miru/releases/download/v2.4.5/linux-Miru-2.4.5.deb
+ sha512sums_x86_64 = 2f84a3de9ad3910bd7cc8b0ab8cc5af191acb8159656e6b85749ee593fa2841309df4ffdd54daa7d107af7fb326bb1b85163a2ea73624038b685aabb3d094854
pkgname = miru-bin
diff --git a/PKGBUILD b/PKGBUILD
index 93874aeeb49c..b1b2c3d2f7f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Look <notkool@protonmail.com>
pkgname=miru-bin
-pkgver=2.4.2
+pkgver=2.4.5
pkgrel=1
pkgdesc="Bittorrent streaming software for cats"
arch=('x86_64')
@@ -9,8 +9,8 @@ license=('GPL-3.0')
depends=('xdg-utils')
options=('!strip' '!emptydirs')
install=${pkgname}.install
-source_x86_64=("https://github.com/ThaUnknown/miru/releases/download/v2.4.2/linux-Miru-2.4.2.deb")
-sha512sums_x86_64=('e3c4ef866fa8431cf9cc9d9c4f8d3bfe68e9321183cf9f9272c19cb50c03ca2da589facf6258e9cc18f699650790bf29e6d78788d3da80fea7bf50ba5e0abb58')
+source_x86_64=("https://github.com/ThaUnknown/miru/releases/download/v${pkgver}/linux-Miru-${pkgver}.deb")
+sha512sums_x86_64=('2f84a3de9ad3910bd7cc8b0ab8cc5af191acb8159656e6b85749ee593fa2841309df4ffdd54daa7d107af7fb326bb1b85163a2ea73624038b685aabb3d094854')
package(){