diff --git a/mingw-w64-qucs-s/PKGBUILD b/mingw-w64-qucs-s/PKGBUILD index 8eadbbaa29..f9767d21ab 100644 --- a/mingw-w64-qucs-s/PKGBUILD +++ b/mingw-w64-qucs-s/PKGBUILD @@ -3,7 +3,7 @@ _realname=qucs-s pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=25.1.0 +pkgver=25.2.0 pkgrel=1 pkgdesc="A spin-off of Qucs that supports other free SPICE circuit simulators like ngspice with the same Qucs GUI" arch=('any') @@ -31,7 +31,7 @@ makedepends=( source=( "https://github.com/ra3xdh/qucs_s/releases/download/${pkgver}/${_realname}-${pkgver}.tar.gz" ) -sha256sums=('66fcbaf56cec741ed7f5d60491a1ffafcc1fb5d96485df8319012d2c66a11fee') +sha256sums=('f88ac0e987555ac95e907bea211c4d3aeaea87085ed0cd76cfd52fa185971c42') build() { cd "${srcdir}/${_realname}-${pkgver}"