summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2022-01-31 10:04:45 +0100
committers-ol2022-01-31 10:04:45 +0100
commit9879e3e32054f957c258c50316e4714652b3ae40 (patch)
tree1cc7ae58c98057f84adb3364988db66bb81ab324
parent1a04c1859903c7dffc08c8dfc79e7df9fbfe2baf (diff)
downloadaur-9879e3e32054f957c258c50316e4714652b3ae40.tar.gz
update to 1.0.3.158
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbcda943609b..1b88a0831a50 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 = 0.9.9.148
+ pkgver = 1.0.3.158
pkgrel = 1
url = https://hexler.net/software/kodelife
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = kodelife
depends = alsa-lib
depends = libcurl-gnutls
depends = gst-plugins-base-libs
- source = https://hexler.net/pub/kodelife/kodelife-0.9.9.148-linux-x86_64.zip
- sha256sums = 534f79c96b17e9890d0c0f2ff7829ae282e6eaf4ef79ef2490603455dc4909bc
+ source = https://hexler.net/pub/kodelife/kodelife-1.0.3.158-linux-x86_64.zip
+ sha256sums = 08469812a34f87ae272087ba9ce52ff4fa5a61973cf9c1e1e44b271c8f74d6b6
pkgname = kodelife
-
diff --git a/PKGBUILD b/PKGBUILD
index 97f22cb7f666..4c9f0f2b3596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
-pkgver=0.9.9.148
+pkgver=1.0.3.158
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=('534f79c96b17e9890d0c0f2ff7829ae282e6eaf4ef79ef2490603455dc4909bc')
+sha256sums=('08469812a34f87ae272087ba9ce52ff4fa5a61973cf9c1e1e44b271c8f74d6b6')
package() {
install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"