summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-08-15 21:29:32 -0400
committerAndrew O'Neill2022-08-15 21:29:32 -0400
commit9b6ba0ce6f0f0e1294a5337f7d69f09abfe12b4c (patch)
tree6adb82215c608cafb7c53a31457c9b077158aad0
parente18c60ff5ab051febaeb18e78f8ff80e1f89423f (diff)
downloadaur-9b6ba0ce6f0f0e1294a5337f7d69f09abfe12b4c.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 055dc1455d64..34d854f1e422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gretl
pkgdesc = A cross-platform software package for econometric analysis, written in the C programming language
- pkgver = 2022a
+ pkgver = 2022b
pkgrel = 1
url = http://gretl.sourceforge.net/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = gretl
optdepends = JSON-GLib: provides for parsing of data from various websites
optdepends = openmpi: provides means for dividing labor among multiple nodes
options = !makeflags
- source = https://downloads.sourceforge.net/project/gretl/gretl/2022a/gretl-2022a.tar.xz
- sha256sums = 27e25cb8275adb1609e5a573e945d1fa75a289de90c690edb780d795be8be140
+ source = https://downloads.sourceforge.net/project/gretl/gretl/2022b/gretl-2022b.tar.xz
+ sha256sums = 03e2f258f494041be79f206b5520140a29f2db8500ced530cb59e64680da1a32
pkgname = gretl
diff --git a/PKGBUILD b/PKGBUILD
index 6354f8519d23..88e3203a5338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thomas Mudrunka <harvie@@email..cz>
pkgname=gretl
-pkgver=2022a
+pkgver=2022b
pkgrel=1
pkgdesc='A cross-platform software package for econometric analysis, written in the C programming language'
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('readline: provides a nice editable command line in gretlcli'
'JSON-GLib: provides for parsing of data from various websites'
'openmpi: provides means for dividing labor among multiple nodes')
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('27e25cb8275adb1609e5a573e945d1fa75a289de90c690edb780d795be8be140')
+sha256sums=('03e2f258f494041be79f206b5520140a29f2db8500ced530cb59e64680da1a32')
build() {
cd "${pkgname}-${pkgver}"