summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2023-02-16 10:09:53 +0100
committers-ol2023-02-16 10:09:53 +0100
commit04ddf7834ab0ca4b708560ab7b2c5a9fc3b8fa60 (patch)
tree7a1138b5219731875973456b51630b937e83f001
parent9879e3e32054f957c258c50316e4714652b3ae40 (diff)
downloadaur-04ddf7834ab0ca4b708560ab7b2c5a9fc3b8fa60.tar.gz
update to 1.0.8.170
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b88a0831a50..0847a6427509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kodelife
pkgdesc = Real-time GPU shader editor, live-code performance tool and graphics prototyping sketchpad
- pkgver = 1.0.3.158
+ pkgver = 1.0.8.170
pkgrel = 1
url = https://hexler.net/software/kodelife
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = kodelife
depends = alsa-lib
depends = libcurl-gnutls
depends = gst-plugins-base-libs
- source = https://hexler.net/pub/kodelife/kodelife-1.0.3.158-linux-x86_64.zip
- sha256sums = 08469812a34f87ae272087ba9ce52ff4fa5a61973cf9c1e1e44b271c8f74d6b6
+ source = https://hexler.net/pub/kodelife/kodelife-1.0.8.170-linux-x86_64.zip
+ sha256sums = 865dbd40dcb96891cd554bdce07ef1eb46979ab0fbdff22b9ab09d957216e81b
pkgname = kodelife
diff --git a/PKGBUILD b/PKGBUILD
index 4c9f0f2b3596..c4ca08eac517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
-pkgver=1.0.3.158
+pkgver=1.0.8.170
pkgrel=1
pkgdesc='Real-time GPU shader editor, live-code performance tool and graphics prototyping sketchpad'
url='https://hexler.net/software/kodelife'
@@ -8,7 +8,7 @@ license=('unknown')
arch=('x86_64')
depends=('alsa-lib' 'libcurl-gnutls' 'gst-plugins-base-libs')
source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-$arch.zip")
-sha256sums=('08469812a34f87ae272087ba9ce52ff4fa5a61973cf9c1e1e44b271c8f74d6b6')
+sha256sums=('865dbd40dcb96891cd554bdce07ef1eb46979ab0fbdff22b9ab09d957216e81b')
package() {
install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"