From 2b21497505dcf64b8f939fc651f2313825085ba2 Mon Sep 17 00:00:00 2001 From: goodroot <9484709+goodroot@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:25:29 -0800 Subject: [PATCH] Bump to v1.18.11 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9515976d9b9d7..bd29c42dde776 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hyprwhspr pkgdesc = Fast, local speech-to-text for Arch/Omarchy - pkgver = 1.18.10 + pkgver = 1.18.11 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.18.10.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.18.10.tar.gz - sha256sums = b54f45cc76fd965e70907c1e3911f3a0edc6e6d44073e5ed5c0df35ed1264a73 + source = hyprwhspr-1.18.11.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.18.11.tar.gz + sha256sums = c0f6eb4bcca698238b48fac09894f8801c140946642cee1839988c2c46c999cf pkgname = hyprwhspr diff --git a/PKGBUILD b/PKGBUILD index 4d7fc816e7564..94cb8aa35993c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodroot pkgname=hyprwhspr -pkgver=1.18.10 +pkgver=1.18.11 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=('b54f45cc76fd965e70907c1e3911f3a0edc6e6d44073e5ed5c0df35ed1264a73') +sha256sums=('c0f6eb4bcca698238b48fac09894f8801c140946642cee1839988c2c46c999cf') build() { cd "$srcdir/$pkgname-$pkgver"