summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cooper2024-12-02 10:22:07 -0500
committerDavid Cooper2024-12-02 10:22:07 -0500
commit4d1d2faaac78a7acbaa98b69b7a1a44df0aad7eb (patch)
tree3c703df0361d380c4399a87538c78ed88bfeb748
parent6705440af96334cfade929ea727a5b332b379a69 (diff)
downloadaur-4d1d2faaac78a7acbaa98b69b7a1a44df0aad7eb.tar.gz
Move to 1.44.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e660ddb39372..ea83dd9450a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = butt-appimage
pkgdesc = Easy to use, multi OS streaming tool (AppImage release).
- pkgver = 1.43.0
+ pkgver = 1.44.0
pkgrel = 1
url = https://danielnoethen.de/butt/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = butt-appimage
provides = butt
conflicts = butt
options = !strip
- source = https://danielnoethen.de/butt/release/1.43.0/butt-1.43.0-x86_64.AppImage
- source = https://danielnoethen.de/butt/release/1.43.0/butt-1.43.0.tar.gz
- sha256sums = fb7337ae8217019bed67c3cc367ce942faf097ccf35eef7d4c5f3246f1e499b1
- sha256sums = c4572e489f25cfe2c6460854452ff3df83c0907c7034af09b3896a15cf63e780
+ source = https://danielnoethen.de/butt/release/1.44.0/butt-1.44.0-x86_64.AppImage
+ source = https://danielnoethen.de/butt/release/1.44.0/butt-1.44.0.tar.gz
+ sha256sums = 32502fa5f58e534a241b0fa9721e07d6ce5debca42234c9b91441a75db1aa3aa
+ sha256sums = d910b40a10dbca1ce377ee239c146e4746e8b48550ba0a40d6b5199b5c87e0a7
pkgname = butt-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 42ceb5e4c104..0cca0f733910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=butt-appimage
_pkgname=butt
-pkgver=1.43.0
+pkgver=1.44.0
pkgrel=1
pkgdesc="Easy to use, multi OS streaming tool (AppImage release)."
arch=('x86_64')
@@ -14,8 +14,8 @@ source=(
"https://danielnoethen.de/butt/release/${pkgver}/${_appimage_filename}"
"https://danielnoethen.de/butt/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
)
-sha256sums=('fb7337ae8217019bed67c3cc367ce942faf097ccf35eef7d4c5f3246f1e499b1'
- 'c4572e489f25cfe2c6460854452ff3df83c0907c7034af09b3896a15cf63e780')
+sha256sums=('32502fa5f58e534a241b0fa9721e07d6ce5debca42234c9b91441a75db1aa3aa'
+ 'd910b40a10dbca1ce377ee239c146e4746e8b48550ba0a40d6b5199b5c87e0a7')
options=(!strip)
provides=("${_pkgname}")
conflicts=("${_pkgname}")