summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-03-21 09:47:47 -0500
committernate2023-03-21 09:47:47 -0500
commit93bc7c2fc0b12455a6749838d17d79a03d54be06 (patch)
tree1f42d59f96b01df68f86fd480f5f138fd8b1b3a3
parenta48dd89c8dce0177079bd526cf8f569cfa2c8f89 (diff)
downloadaur-93bc7c2fc0b12455a6749838d17d79a03d54be06.tar.gz
kenku-fm 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fc9df70ce2e..214d925eb3b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kenku-fm-bin
pkgdesc = Online tabletop audio sharing for Discord
- pkgver = 1.2.4
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/owlbear-rodeo/kenku-fm
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = kenku-fm-bin
depends = gvfs
provides = kenku-fm
conflicts = kenku-fm
- source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.2.4/kenku-fm_1.2.4_amd64.deb
- md5sums = d9acc13eefdd7331a058364c8dc43bb7
+ source = https://github.com/owlbear-rodeo/kenku-fm/releases/download/v1.3.0/kenku-fm_1.3.0_amd64.deb
+ md5sums = 2944b56c8e736e3f42a1585da43461e3
pkgname = kenku-fm-bin
diff --git a/PKGBUILD b/PKGBUILD
index e84d102ca1c8..b8ce5bdae2d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_arch=amd64
pkgname=kenku-fm-bin
-pkgver=1.2.4
+pkgver=1.3.0
pkgrel=1
pkgdesc="Online tabletop audio sharing for Discord"
arch=('x86_64')
@@ -17,7 +17,7 @@ conflicts=('kenku-fm')
url="https://github.com/owlbear-rodeo/kenku-fm"
source=("${url}/releases/download/v${pkgver}/kenku-fm_${pkgver}_${_arch}.deb")
-md5sums=('d9acc13eefdd7331a058364c8dc43bb7')
+md5sums=('2944b56c8e736e3f42a1585da43461e3')
prepare() {