Bump to v1.18.11

This commit is contained in:
goodroot 2026-02-04 08:25:29 -08:00
parent c44410bde1
commit 2b21497505
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
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"