Move to 1.42.0

This commit is contained in:
David Cooper 2024-06-02 15:30:11 -04:00
parent 67ded6bebc
commit 093f90e723
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool
pkgver = 1.41.1
pkgver = 1.42.0
pkgrel = 1
url = https://danielnoethen.de/butt/
arch = i686
@ -19,7 +19,7 @@ pkgbase = butt
depends = flac
depends = opus
depends = libsamplerate
source = butt-1.41.1.tar.gz::https://danielnoethen.de/butt/release/1.41.1/butt-1.41.1.tar.gz
sha256sums = cbf5c87059b54d655de522fe903089736d42b4cc22a4c420444e203eb6b9fbdf
source = butt-1.42.0.tar.gz::https://danielnoethen.de/butt/release/1.42.0/butt-1.42.0.tar.gz
sha256sums = fd8f7a3eaff70f7ee7ff625976f70443504112d1e5274df440b7ac7cdc818368
pkgname = butt

View File

@ -5,7 +5,7 @@
# Contributor: Kosava <kosava@gmail.com>
pkgname=butt
pkgver=1.41.1
pkgver=1.42.0
pkgrel=1
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
@ -13,7 +13,7 @@ license=('GPL2')
url="https://danielnoethen.de/butt/"
depends=('fltk' 'dbus' 'portaudio' 'portmidi' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
source=("${pkgname}-${pkgver}.tar.gz::https://danielnoethen.de/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('cbf5c87059b54d655de522fe903089736d42b4cc22a4c420444e203eb6b9fbdf')
sha256sums=('fd8f7a3eaff70f7ee7ff625976f70443504112d1e5274df440b7ac7cdc818368')
build() {
cd "${pkgname}-${pkgver}"