summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb86269053d..7820824f78fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool
- pkgver = 0.1.41
+ pkgver = 1.41.1
pkgrel = 1
url = https://danielnoethen.de/butt/
arch = i686
@@ -19,7 +19,7 @@ pkgbase = butt
depends = flac
depends = opus
depends = libsamplerate
- source = butt-0.1.41.tar.gz::https://danielnoethen.de/butt/release/0.1.41/butt-0.1.41.tar.gz
- sha256sums = c13ca98ea7763e9983480f2f49c30b9002f8e3113f58071c9bbe3b3d2f429550
+ source = butt-1.41.1.tar.gz::https://danielnoethen.de/butt/release/1.41.1/butt-1.41.1.tar.gz
+ sha256sums = cbf5c87059b54d655de522fe903089736d42b4cc22a4c420444e203eb6b9fbdf
pkgname = butt
diff --git a/PKGBUILD b/PKGBUILD
index 37a44c2583eb..d4d461a0ba02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Kosava <kosava@gmail.com>
pkgname=butt
-pkgver=0.1.41
+pkgver=1.41.1
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=('c13ca98ea7763e9983480f2f49c30b9002f8e3113f58071c9bbe3b3d2f429550')
+sha256sums=('cbf5c87059b54d655de522fe903089736d42b4cc22a4c420444e203eb6b9fbdf')
build() {
cd "${pkgname}-${pkgver}"