summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-11-01 21:55:50 -0400
committerAndrew O'Neill2022-11-01 21:55:50 -0400
commit9dc8eec1e5490a65155876f15bf7924b434fe2a4 (patch)
tree0d439d8e510685b24c4042f855f70a9cc4903357
parent9b6ba0ce6f0f0e1294a5337f7d69f09abfe12b4c (diff)
downloadaur-9dc8eec1e5490a65155876f15bf7924b434fe2a4.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 34d854f1e422..25f992253eda 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 = 2022b
+ pkgver = 2022c
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/2022b/gretl-2022b.tar.xz
- sha256sums = 03e2f258f494041be79f206b5520140a29f2db8500ced530cb59e64680da1a32
+ source = https://downloads.sourceforge.net/project/gretl/gretl/2022c/gretl-2022c.tar.xz
+ sha256sums = e100104cda9b7c85fa2b709db4a71538db425ab91346f1a5d995c64757b241d0
pkgname = gretl
diff --git a/PKGBUILD b/PKGBUILD
index 88e3203a5338..3ddb4b850aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thomas Mudrunka <harvie@@email..cz>
pkgname=gretl
-pkgver=2022b
+pkgver=2022c
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=('03e2f258f494041be79f206b5520140a29f2db8500ced530cb59e64680da1a32')
+sha256sums=('e100104cda9b7c85fa2b709db4a71538db425ab91346f1a5d995c64757b241d0')
build() {
cd "${pkgname}-${pkgver}"