From f7fb56a29462854df34b03d25b236d759c6c7d5e Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Wed, 7 Jan 2026 12:10:16 -0800 Subject: [PATCH] Bump to v1.15.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8ed8bed6e3128..c8b071e26aff6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hyprwhspr pkgdesc = Fast, local speech-to-text for Arch/Omarchy - pkgver = 1.15.0 + pkgver = 1.15.1 pkgrel = 1 url = https://github.com/goodroot/hyprwhspr install = hyprwhspr.install @@ -28,7 +28,7 @@ pkgbase = hyprwhspr depends = pipewire-alsa depends = pipewire-pulse optdepends = gtk4-layer-shell: for themed Mic-OSD visualization - source = hyprwhspr-1.15.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.15.0.tar.gz - sha256sums = 8d729efe144afe54813dc3cbdca45241074adebe05f1ebbac342a89f21f1f0bf + source = hyprwhspr-1.15.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.15.1.tar.gz + sha256sums = 1015d221643e60379a1f270efe4e7ddb20c3e970dce111c01ad65f4522595501 pkgname = hyprwhspr diff --git a/PKGBUILD b/PKGBUILD index a2e6fb0e13051..be880a2c45509 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodroot pkgname=hyprwhspr -pkgver=1.15.0 +pkgver=1.15.1 pkgrel=1 pkgdesc="Fast, local speech-to-text for Arch/Omarchy" arch=('x86_64') @@ -33,7 +33,7 @@ optdepends=('gtk4-layer-shell: for themed Mic-OSD visualization') install=$pkgname.install source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('8d729efe144afe54813dc3cbdca45241074adebe05f1ebbac342a89f21f1f0bf') +sha256sums=('1015d221643e60379a1f270efe4e7ddb20c3e970dce111c01ad65f4522595501') build() { cd "$srcdir/$pkgname-$pkgver"