summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWatermelon Rei2024-03-31 11:12:01 +0800
committerWatermelon Rei2024-03-31 11:12:01 +0800
commit571a89b6e1003f6ab77eaac3f79a9145cf0bdd5c (patch)
treee9fd2e797d45b43686a565870747bda06bc51218
parent88d4262c4b99f5beae318699ce1bbfa8bf529fc4 (diff)
downloadaur-qucs-s.tar.gz
version 24.2.1 updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 155133449b34..5f1fba3ef2f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qucs-s
pkgdesc = A spin-off of Qucs that supports other free SPICE circuit simulators like ngspice with the same Qucs GUI
- pkgver = 24.2.0
+ pkgver = 24.2.1
pkgrel = 3
url = https://ra3xdh.github.io
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = qucs-s
optdepends = spiceopus: general purpose simulation backend for optimization loops
optdepends = openvaf: compiler for Verilog-A devices support
optdepends = octave: high-level language for post-simulation data processing
- source = https://github.com/ra3xdh/qucs_s/releases/download/24.2.0/qucs-s-24.2.0.tar.gz
- sha256sums = 14d8d81793ec846c03469cdba0a7eeaa6f12182242166c0b62762b62f34c45da
+ source = https://github.com/ra3xdh/qucs_s/releases/download/24.2.1/qucs-s-24.2.1.tar.gz
+ sha256sums = bb773fca419b1a1dfcd8cdc8457791f3a412a48fad2ffd6eea484b75930347c3
pkgname = qucs-s
diff --git a/PKGBUILD b/PKGBUILD
index 22b0ac85d5dd..40afb071b296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip <philip1731 protonmail ch>
pkgname=qucs-s
-pkgver=24.2.0
+pkgver=24.2.1
pkgrel=3
pkgdesc="A spin-off of Qucs that supports other free SPICE circuit simulators like ngspice with the same Qucs GUI"
arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@ optdepends=('ngspice: recommended simulation backend'
'octave: high-level language for post-simulation data processing'
)
source=(https://github.com/ra3xdh/qucs_s/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('14d8d81793ec846c03469cdba0a7eeaa6f12182242166c0b62762b62f34c45da')
+sha256sums=('bb773fca419b1a1dfcd8cdc8457791f3a412a48fad2ffd6eea484b75930347c3')
build() {
cd $srcdir/$pkgname-$pkgver