summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO9
-rwxr-xr-x[-rw-r--r--]PKGBUILD10
-rwxr-xr-x[-rw-r--r--]miru-bin.install0
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1cbe4501487..306e61e13069 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = miru-bin
pkgdesc = Bittorrent streaming software for cats
- pkgver = 2.4.6
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/ThaUnknown/miru
install = miru-bin.install
arch = x86_64
+ arch = aarch64
license = GPL-3.0
depends = xdg-utils
options = !strip
options = !emptydirs
- source_x86_64 = https://github.com/ThaUnknown/miru/releases/download/v2.4.6/linux-Miru-2.4.6.deb
- sha512sums_x86_64 = cb5c36a6b81e7c6e4cab177824b89916794715a59493d99dc4dcd3aabb3222bbadabdd3c01fb83944ac15d8cf7d7b317094138832374c6e4a997868f6fb7ea87
+ source_x86_64 = https://github.com/ThaUnknown/miru/releases/download/v2.6.1/linux-amd64-Miru-2.6.1.deb
+ sha512sums_x86_64 = 837e9410007a5295df1f93254cf45c8265ab3c8847803ff5c2808ab9afbffa9e4aa57d2dce2fb9ba9fbdd0007244c11d1bc03bbaf55d6bb880507c20c20126a8
+ source_aarch64 = https://github.com/ThaUnknown/miru/releases/download/v2.6.1/linux-arm64-Miru-2.6.1.deb
+ sha512sums_aarch64 = fad1d1755ba8fb93e89d0ac7b540a758f2d82a74a0afe7e5d9fdaf486bfb140e0f527c308d0c3164766d6bf6c37ee10651a702dbfebe573715bd79321ff93805
pkgname = miru-bin
diff --git a/PKGBUILD b/PKGBUILD
index a4a7ca36aa52..4ae555ce40dc 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Look <notkool@protonmail.com>
pkgname=miru-bin
-pkgver=2.4.6
+pkgver=2.6.1
pkgrel=1
pkgdesc="Bittorrent streaming software for cats"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/ThaUnknown/miru"
license=('GPL-3.0')
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=('cb5c36a6b81e7c6e4cab177824b89916794715a59493d99dc4dcd3aabb3222bbadabdd3c01fb83944ac15d8cf7d7b317094138832374c6e4a997868f6fb7ea87')
+source_x86_64=("https://github.com/ThaUnknown/miru/releases/download/v${pkgver}/linux-amd64-Miru-${pkgver}.deb")
+sha512sums_x86_64=('837e9410007a5295df1f93254cf45c8265ab3c8847803ff5c2808ab9afbffa9e4aa57d2dce2fb9ba9fbdd0007244c11d1bc03bbaf55d6bb880507c20c20126a8')
+source_aarch64=("https://github.com/ThaUnknown/miru/releases/download/v${pkgver}/linux-arm64-Miru-${pkgver}.deb")
+sha512sums_aarch64=('fad1d1755ba8fb93e89d0ac7b540a758f2d82a74a0afe7e5d9fdaf486bfb140e0f527c308d0c3164766d6bf6c37ee10651a702dbfebe573715bd79321ff93805')
package(){
diff --git a/miru-bin.install b/miru-bin.install
index b9848121f556..b9848121f556 100644..100755
--- a/miru-bin.install
+++ b/miru-bin.install