summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2018-01-29 15:00:00 +0100
committers-ol2018-01-29 15:00:00 +0100
commit7438bc204492d7fff749e692e1e15f5c2bc9a5db (patch)
tree04769e6a802db702ef44e81b95d424bd39d31fd2
parent07ac155ec7e2f027502b10ddf8597866c819679e (diff)
downloadaur-7438bc204492d7fff749e692e1e15f5c2bc9a5db.tar.gz
update to 0.5.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0739632bed92..99139d267b24 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.5.1.0
+ pkgver = 0.5.2.1
pkgrel = 2
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.5.1.0-linux-x86_64.zip
- sha256sums = 266a4b8e0d7cd2dd63ad56c9d1fd5e164265b41a6b7be4e39000541ba9f6c199
+ source = https://hexler.net/pub/kodelife/kodelife-0.5.2.1-linux-x86_64.zip
+ sha256sums = 4202de930ebf0966565b86a1fd5d144992ed28157eef946c97931126c255b23d
pkgname = kodelife
diff --git a/PKGBUILD b/PKGBUILD
index c472a3ce98e0..9e9a3945b25a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
-pkgver=0.5.1.0
+pkgver=0.5.2.1
pkgrel=2
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=('266a4b8e0d7cd2dd63ad56c9d1fd5e164265b41a6b7be4e39000541ba9f6c199')
+sha256sums=('4202de930ebf0966565b86a1fd5d144992ed28157eef946c97931126c255b23d')
package() {
install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"