summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gleezowood2023-04-13 12:23:30 +0300
committerJohn Gleezowood2023-04-13 12:23:30 +0300
commit857fc055edeee499c14351f39ed126bc55751911 (patch)
treedce9f1fb1296527ec144617371b921c0939acedf
parent4ffa5a0caf1e598306d9880eb6db37444cdb1b3e (diff)
downloadaur-857fc055edeee499c14351f39ed126bc55751911.tar.gz
2.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7101d489a126..e55c55f3e12a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mandelbulber2
pkgdesc = 3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems.
- pkgver = 2.27
+ pkgver = 2.29
pkgrel = 1
url = https://github.com/buddhi1980/mandelbulber2
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = mandelbulber2
depends = openmpi
provides = mandelbulber2
conflicts = mandelbulber2
- source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.27.tar.gz
- sha256sums = f545254bc2254f8b6d1719a60071094a05322010c7dc68ed33ab40bf1684a984
+ source = mandelbulber2::https://github.com/buddhi1980/mandelbulber2/archive/2.29.tar.gz
+ sha256sums = ccb70287442a7f1cf1d49bfbdaa15aaebdf68cef8eb9bec9a502d8e973e4ff5f
pkgname = mandelbulber2
diff --git a/PKGBUILD b/PKGBUILD
index e446d5d124f8..85cc654e7a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Author: Madotsuki <madotsuki@national.shitposting.agency>
pkgname=mandelbulber2
-pkgver=2.27
-_pkgver_orig=2.27
+pkgver=2.29
+_pkgver_orig=2.29
pkgrel=1
pkgdesc="3D application designed to render 3D fractals such as the Mandelbulb, Mandelbox, BulbBox, JuliaBulb, Menger Sponge, and Iterated Function Systems."
arch=('x86_64' 'i686')
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('qt5-tools' 'libjpeg-turbo' 'libpng12' 'gsl' 'openmpi')
provides=($pkgname)
conflicts=($pkgname)
-source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.27.tar.gz")
-sha256sums=('ccb70287442a7f1cf1d49bfbdaa15aaebdf68cef8eb9bec9a502d8e973e4ff5f')
+source=("${pkgname}::https://github.com/buddhi1980/mandelbulber2/archive/2.29.tar.gz")
+sha256sums=('aa9d9df804a83e90174ed147c5f3074ac1128ee452dd1b81eb8b8a61888b17e1')
build()
{