diff options
author | Look | 2023-08-23 22:33:40 -0300 |
---|---|---|
committer | Look | 2023-08-23 22:33:40 -0300 |
commit | 39a597283438ed739e7b9ebfc7b37adc61fcb88c (patch) | |
tree | 4fb725b336b4483d16eee31a30649f5053497084 | |
parent | 7b8474da34146f7c09b6d6d9098e26454635d7f4 (diff) | |
download | aur-39a597283438ed739e7b9ebfc7b37adc61fcb88c.tar.gz |
chore: bump version to 4.3.11
-rwxr-xr-x | .SRCINFO | 6 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = miru-bin pkgdesc = Bittorrent streaming software for cats - pkgver = 4.3.0 + pkgver = 4.3.11 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.3.0/linux-Miru-4.3.0.deb - sha512sums_x86_64 = 07ac80065a02d68cd6db8b86cf0771bf7b12b510b672605a4c70fb5b2ae60b1d48144a8200a55632b1e4789dc3af046396885318d9b32e79d582de93fbd219a5 + source_x86_64 = https://github.com/ThaUnknown/miru/releases/download/v4.3.11/linux-Miru-4.3.11.deb + sha512sums_x86_64 = 8b5ced08df84617362f0abf9ca20fb331d32e922a34fc25d59e59b6e2a5d2af6ce0e61809899df0ab662b5fb3d5ba1c88e51b860f7cfb56b79f29917d023a7ca pkgname = miru-bin @@ -1,6 +1,6 @@ # Maintainer: Look <notkool@protonmail.com> pkgname=miru-bin -pkgver=4.3.0 +pkgver=4.3.11 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=('07ac80065a02d68cd6db8b86cf0771bf7b12b510b672605a4c70fb5b2ae60b1d48144a8200a55632b1e4789dc3af046396885318d9b32e79d582de93fbd219a5') +sha512sums_x86_64=('8b5ced08df84617362f0abf9ca20fb331d32e922a34fc25d59e59b6e2a5d2af6ce0e61809899df0ab662b5fb3d5ba1c88e51b860f7cfb56b79f29917d023a7ca') package() { |