Bump to v1.8.10

This commit is contained in:
goodroot 2025-12-07 23:49:34 -08:00
parent bf00837587
commit 8c36e52306
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = hyprwhspr
pkgdesc = Native Whisper speech-to-text for Arch/Omarchy with Waybar integration
pkgver = 1.8.9
pkgver = 1.8.10
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
@ -20,7 +20,7 @@ pkgbase = hyprwhspr
depends = pipewire-alsa
depends = pipewire-pulse
depends = pipewire-jack
source = hyprwhspr-1.8.9.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.9.tar.gz
sha256sums = be0bbdae4a0fc8590967e116fb40bc1dabc107d48d0b4fb3e14fdb54f390f613
source = hyprwhspr-1.8.10.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.8.10.tar.gz
sha256sums = e34d93e703891bd17cf7b5cae7a30f46a453a6d6ea393b843e6e60fddb30030a
pkgname = hyprwhspr

View file

@ -1,7 +1,7 @@
# Maintainer: goodroot <hyprwhspr@goodroot.ca>
pkgname=hyprwhspr
pkgver=1.8.9
pkgver=1.8.10
pkgrel=1
pkgdesc="Native Whisper speech-to-text for Arch/Omarchy with Waybar integration"
arch=('x86_64')
@ -23,7 +23,7 @@ depends=(
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/goodroot/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('be0bbdae4a0fc8590967e116fb40bc1dabc107d48d0b4fb3e14fdb54f390f613')
sha256sums=('e34d93e703891bd17cf7b5cae7a30f46a453a6d6ea393b843e6e60fddb30030a')
build() {
cd "$srcdir/$pkgname-$pkgver"