summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2019-01-26 16:04:26 +0100
committers-ol2019-01-26 16:04:26 +0100
commit756d6c4c2d69409d47c4ea5f408e6b330f97a735 (patch)
tree38764941956ae88383a38a8962f39f7c589f4e5e
parentae6ff50930bc1ca58dffcf61eba21dcc9eb57853 (diff)
downloadaur-756d6c4c2d69409d47c4ea5f408e6b330f97a735.tar.gz
update to 0.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55614af15b1a..0a46a7ec33f6 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.6.4.1
+ pkgver = 0.7.5.75
pkgrel = 1
url = https://hexler.net/software/kodelife
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = kodelife
depends = libxinerama
depends = libxrandr
depends = libcurl-gnutls
- source = https://hexler.net/pub/kodelife/kodelife-0.6.4.1-linux-x86_64.zip
- sha256sums = 683d7b0247fca7bc373e1df61ba2edcd04ed0b4193f0810eaa2838228abc16b6
+ source = https://hexler.net/pub/kodelife/kodelife-0.7.5.75-linux-x86_64.zip
+ sha256sums = 35632ca574cbc1e8ecefa3e5d324f5ad3f28039cdda7edf3122eee751c17b575
pkgname = kodelife
diff --git a/PKGBUILD b/PKGBUILD
index 736ecf4994b9..c3c09b3534b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
-pkgver=0.6.4.1
+pkgver=0.7.5.75
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' 'libglvnd' 'libxcursor' 'libxinerama' 'libxrandr' 'libcurl-gnutls')
source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-$arch.zip")
-sha256sums=('683d7b0247fca7bc373e1df61ba2edcd04ed0b4193f0810eaa2838228abc16b6')
+sha256sums=('35632ca574cbc1e8ecefa3e5d324f5ad3f28039cdda7edf3122eee751c17b575')
package() {
install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"