summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2019-11-19 13:52:28 +0100
committers-ol2019-11-19 13:54:09 +0100
commit2fe68d2bde4dfa70319f24b98860ef40ede54572 (patch)
tree6576386e92f91ceaf1ed1355e21f30a83ea13eb1
parentf6d83c231e89f3fe59604471cabd66be835e42e2 (diff)
downloadaur-2fe68d2bde4dfa70319f24b98860ef40ede54572.tar.gz
update to 0.8.7.105
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 167b9f791733..7421bab45100 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.8.6.101
+ pkgver = 0.8.7.105
pkgrel = 1
url = https://hexler.net/software/kodelife
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = kodelife
depends = alsa-lib
depends = libcurl-gnutls
depends = gst-plugins-base-libs
- source = https://hexler.net/pub/kodelife/kodelife-0.8.6.101-linux-x86_64.zip
- sha256sums = 134371d297d92d6620d040a6c6290f43517b42a6ce5848b087f2e6f3da23854b
+ source = https://hexler.net/pub/kodelife/kodelife-0.8.7.105-linux-x86_64.zip
+ sha256sums = dd922cd533fa11aa82a71825e0bd6fb81970283c82fd09e2f352b4ae5b619b80
pkgname = kodelife
diff --git a/PKGBUILD b/PKGBUILD
index 84fecbe2b721..d8c0737c48df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
-pkgver=0.8.6.101
+pkgver=0.8.7.105
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=('134371d297d92d6620d040a6c6290f43517b42a6ce5848b087f2e6f3da23854b')
+sha256sums=('dd922cd533fa11aa82a71825e0bd6fb81970283c82fd09e2f352b4ae5b619b80')
package() {
install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"