summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Salmanovich2023-06-23 14:32:57 +0300
committerDenis Salmanovich2023-06-23 14:32:57 +0300
commit8e82ec0e5c76df24305ba7e532273ee76d5843a2 (patch)
tree467fb54a58c87039bd33edb66ca1654055cde453
parent61b6c67adc3b376087b9d53ea256e416f0d313d2 (diff)
downloadaur-8e82ec0e5c76df24305ba7e532273ee76d5843a2.tar.gz
version 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7697379ca98..8baff0b7f2a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cadzinho
pkgdesc = Minimalist computer aided design (CAD) software
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/zecruel/CadZinho
arch = x86_64
license = MIT
depends = sdl2
depends = lua
- source = https://github.com/zecruel/CadZinho/releases/download/0.3.0/linux.zip
- sha256sums = 0f7ca0c3958950ce18340a210bfa04c4ec2e7256f9bdceb2864f7291a464b08a
+ source = https://github.com/zecruel/CadZinho/releases/download/0.4.0/linux.zip
+ sha256sums = 651708ee3bdcbe39f4dc06a412577a81d898079364dcb2b842da153959620f43
pkgname = cadzinho
diff --git a/PKGBUILD b/PKGBUILD
index b0dc9f7f2a64..38df17a97315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Author: Ezequiel
# Contributor: Ezequiel
pkgname=cadzinho
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Minimalist computer aided design (CAD) software"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('sdl2' 'lua')
-source=('https://github.com/zecruel/CadZinho/releases/download/0.3.0/linux.zip')
+source=('https://github.com/zecruel/CadZinho/releases/download/0.4.0/linux.zip')
package() {
cd ${srcdir}
@@ -19,4 +19,4 @@ package() {
cp -r ${srcdir}/share/* ${pkgdir}/usr/share
install -D -m755 ${srcdir}/cadzinho ${pkgdir}/usr/bin/cadzinho
}
-sha256sums=('0f7ca0c3958950ce18340a210bfa04c4ec2e7256f9bdceb2864f7291a464b08a')
+sha256sums=('651708ee3bdcbe39f4dc06a412577a81d898079364dcb2b842da153959620f43')