summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTesX2017-08-12 08:27:38 +0200
committerTesX2017-08-12 08:27:38 +0200
commit44b9a570858cb9cb6d914f48874f851309267cec (patch)
tree188ca891637c2fecf732522b6a82ffd0da3eaedb
parentbfb505468ecc990cc5130b2cc77bef4ee55c3999 (diff)
downloadaur-44b9a570858cb9cb6d914f48874f851309267cec.tar.gz
Update goxel to version v0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b8d00020e5..aff5adf23876 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = goxel
pkgdesc = Open Source 3D voxel editor for Mac, Windows and Linux.
- pkgver = 0.6.0
- pkgrel = 3
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://guillaumechereau.github.io/goxel/
arch = i686
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = goxel
makedepends = patch
depends = glfw
depends = gtk3
- source = https://github.com/guillaumechereau/goxel/archive/v0.6.0.tar.gz
+ source = https://github.com/guillaumechereau/goxel/archive/v0.7.0.tar.gz
source = goxel.desktop
source = goxel.png
source = wno-error.patch
- sha256sums = 806acc10197c504ad8ddf2bcccc18b4ca048369fa9d706d9e696fe4ebcf300a2
+ sha256sums = 10eefdf481ec0222b49441a2e4dd943aab49118275914ab935553ebf295bc870
sha256sums = 9b29df7405a9593396bc7ea810dc2871cce7c4ee474c1fa56d32f56c2ca2d921
sha256sums = f857497012b8518817e321ff8e1e9f108c8e18b638285702f2041f82769d2652
sha256sums = ca9f98d28f54e5e29f9158da527f0f3149b2211a8862c424d98d481399efa347
diff --git a/PKGBUILD b/PKGBUILD
index 6157364a5f22..0c4f6f7504ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tesx <tesfabpel@gmail.com>
pkgname=goxel
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Open Source 3D voxel editor for Mac, Windows and Linux."
arch=('i686' 'x86_64')
url="https://guillaumechereau.github.io/goxel/"
@@ -13,7 +13,7 @@ source=("https://github.com/guillaumechereau/$pkgname/archive/v$pkgver.tar.gz"
"goxel.desktop"
"goxel.png"
"wno-error.patch")
-sha256sums=('806acc10197c504ad8ddf2bcccc18b4ca048369fa9d706d9e696fe4ebcf300a2'
+sha256sums=('10eefdf481ec0222b49441a2e4dd943aab49118275914ab935553ebf295bc870'
'9b29df7405a9593396bc7ea810dc2871cce7c4ee474c1fa56d32f56c2ca2d921'
'f857497012b8518817e321ff8e1e9f108c8e18b638285702f2041f82769d2652'
'ca9f98d28f54e5e29f9158da527f0f3149b2211a8862c424d98d481399efa347')