Add sha256 checksum for v0.1.0

main
Sean Doran 2026-02-27 10:33:08 -05:00
parent 55f2b6e539
commit b9e7ef0df6
No known key found for this signature in database
GPG Key ID: A9D7D25CD95E8579
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ optdepends=(
'pulseaudio: alternative to pipewire-pulse' 'pulseaudio: alternative to pipewire-pulse'
) )
source=("$pkgname-$pkgver.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('SKIP') sha256sums=('2579747a47457ded497091793c11d2486293f5902c2d6f184ac935b4a21ef17d')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"