summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-11 10:42:47 -0500
committerCarlos Aznarán2024-02-11 10:42:47 -0500
commit4983bc6052acc74c0dfeb613d8b0ef478f8ac841 (patch)
tree53dc60504179903956637a4e1b769b045b011f34
parent914b1b16e58913fed0f64e13221768fd3ba5ebb9 (diff)
downloadaur-4983bc6052acc74c0dfeb613d8b0ef478f8ac841.tar.gz
Bump version to 24.02.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 732bfa0123de..ce3f19d2e09d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
- pkgver = 24.02.0
+ pkgver = 24.02.1
pkgrel = 1
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = wxmaxima
depends = webkit2gtk
optdepends = bash-completion: for completion when using bash
optdepends = man-db: manual pages for wxMaxima
- source = wxmaxima-24.02.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-24.02.0/wxmaxima-Version-24.02.0.tar.gz
- source = wxmaxima-24.02.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-24.02.0/Version-24.02.0.tar.gz.asc
+ source = wxmaxima-24.02.1::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-24.02.1/wxmaxima-Version-24.02.1.tar.gz
+ source = wxmaxima-24.02.1.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-24.02.1/Version-24.02.1.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
- sha512sums = a64cf2c1024232df89d45c0a45eb59c62eeddd28a4bfb14765c1c7eca90fb3ce01fb681f7e65140243909afd34c95d399906afae1d11603f35f452e8831ec9d1
+ sha512sums = f16b4c974e0bb3d2454465498fae09d3995278a4ac1f1f8c756716bcf5e560925c115259e6540b57a08910b65e897fba896be7f527ed80ba4e3cb7c4863ca6cc
sha512sums = SKIP
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index d537ce6eb849..804124e2c49a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=wxmaxima
-pkgver=24.02.0
+pkgver=24.02.1
pkgrel=1
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
@@ -19,7 +19,7 @@ optdepends=('bash-completion: for completion when using bash'
source=(${pkgname}-${pkgver}::${url}/archive/Version-${pkgver}/${pkgname}-Version-${pkgver}.tar.gz
${pkgname}-${pkgver}.asc::${url}/releases/download/Version-${pkgver}/Version-${pkgver}.tar.gz.asc)
validpgpkeys=('53F047CE66B91B0F724C545D5C86C0E4211D5B8E') # Gunter Königsmann <wxmaxima@physikbuch.de>
-sha512sums=('a64cf2c1024232df89d45c0a45eb59c62eeddd28a4bfb14765c1c7eca90fb3ce01fb681f7e65140243909afd34c95d399906afae1d11603f35f452e8831ec9d1'
+sha512sums=('f16b4c974e0bb3d2454465498fae09d3995278a4ac1f1f8c756716bcf5e560925c115259e6540b57a08910b65e897fba896be7f527ed80ba4e3cb7c4863ca6cc'
'SKIP')
build() {