summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrizio Pelosi2019-04-01 20:02:42 +0200
committerFabrizio Pelosi2019-04-01 20:02:42 +0200
commit4f739c88e78bc93da2ae130fde20699b3374aede (patch)
tree840b16663a4f424f57fe23ecbef89a8e72ef67a6
parent5d7b6e52ce92f6f791213bb710372895aa5891d4 (diff)
downloadaur-4f739c88e78bc93da2ae130fde20699b3374aede.tar.gz
Update goxel to version v0.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d759fd5f1307..8adefcbae19d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goxel
pkgdesc = Open Source 3D voxel editor for Mac, Windows and Linux.
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://guillaumechereau.github.io/goxel/
arch = i686
@@ -12,11 +12,11 @@ pkgbase = goxel
makedepends = clang
depends = glfw
depends = gtk3
- source = https://github.com/guillaumechereau/goxel/archive/v0.8.2.tar.gz
+ source = https://github.com/guillaumechereau/goxel/archive/v0.8.3.tar.gz
source = goxel.desktop
source = goxel.png
source = fix-compile.patch
- sha256sums = 4f8297560e356cb69469e0a23bcb4e9c4e8549766a0466ffeaa0c9cfb7a04049
+ sha256sums = a99e92ae4812a57450ef853626c95bcdb9abfe68885ae68f5541c77f4952991c
sha256sums = 9b29df7405a9593396bc7ea810dc2871cce7c4ee474c1fa56d32f56c2ca2d921
sha256sums = f857497012b8518817e321ff8e1e9f108c8e18b638285702f2041f82769d2652
sha256sums = 8ef0df798c0e907f599025c6d5c6b6366b50728ff395addad78db2dd521d8890
diff --git a/PKGBUILD b/PKGBUILD
index 6bcc5c7e6363..7b05826f7200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tesx <tesfabpel@gmail.com>
pkgname=goxel
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="Open Source 3D voxel editor for Mac, Windows and Linux."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ source=("https://github.com/guillaumechereau/$pkgname/archive/v$pkgver.tar.gz"
"goxel.desktop"
"goxel.png"
"fix-compile.patch")
-sha256sums=('4f8297560e356cb69469e0a23bcb4e9c4e8549766a0466ffeaa0c9cfb7a04049'
+sha256sums=('a99e92ae4812a57450ef853626c95bcdb9abfe68885ae68f5541c77f4952991c'
'9b29df7405a9593396bc7ea810dc2871cce7c4ee474c1fa56d32f56c2ca2d921'
'f857497012b8518817e321ff8e1e9f108c8e18b638285702f2041f82769d2652'
'8ef0df798c0e907f599025c6d5c6b6366b50728ff395addad78db2dd521d8890')