Bump to v1.11.1

This commit is contained in:
goodroot 2025-12-18 19:09:17 -08:00
parent b5367b8aff
commit e5105cbdb3
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.11.0
pkgver = 1.11.1
pkgrel = 1
url = https://github.com/goodroot/hyprwhspr
install = hyprwhspr.install
@ -21,7 +21,7 @@ pkgbase = hyprwhspr
depends = pipewire
depends = pipewire-alsa
depends = pipewire-pulse
source = hyprwhspr-1.11.0.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.11.0.tar.gz
sha256sums = b1e606e44581cfe493a21001e5c19cb7d090eb827d07fdc526f8f3f4afbba9e5
source = hyprwhspr-1.11.1.tar.gz::https://github.com/goodroot/hyprwhspr/archive/refs/tags/v1.11.1.tar.gz
sha256sums = 7eac951e3ab6ddcc81afcd58ac23c3c3f2357896ca9780f96d219e72e2db4105
pkgname = hyprwhspr

View file

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