summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2022-09-06 12:08:52 +0200
committermax2022-09-06 12:08:52 +0200
commit1ada351c99351a161b5a05afed7fa78a5ef15398 (patch)
tree54d768ca50b25253f1be9bdd02434f9a97b22ffe
parentea353078d70717effcccc7eeaf6302c3ed18a62d (diff)
downloadaur-libminuit2.tar.gz
Version 6.24.00
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 469c2c242de8..e2f4c5010117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = libminuit2
pkgdesc = Stand-alone Minuit2 produced from the ROOT 6 sources with no changes.
- pkgver = 6.23.01
+ pkgver = 6.24.00
pkgrel = 1
url = https://github.com/GooFit/Minuit2
arch = x86_64
license = LGPL
makedepends = cmake
- source = libminuit2-6.23.01.tar.gz::https://github.com/GooFit/Minuit2/archive/v6-23-01.tar.gz
- sha256sums = aa357f6237dd66364372b89b0c6c061661390435652262dc5457730dd88b4524
+ source = libminuit2-6.24.00.tar.gz::https://github.com/GooFit/Minuit2/archive/v6-24-00.tar.gz
+ sha256sums = a0459d682dbe06e5af2b41827c698d1b79212ae123cc96b424e4b98e4613bad3
pkgname = libminuit2
-
diff --git a/PKGBUILD b/PKGBUILD
index 3a8b5fc4a48b..a1613757ac17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <max at swk-web.com>
pkgname=libminuit2
-pkgver=6.23.01
+pkgver=6.24.00
pkgrel=1
pkgdesc="Stand-alone Minuit2 produced from the ROOT 6 sources with no changes."
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=()
checkdepends=()
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GooFit/Minuit2/archive/v${pkgver//./-}.tar.gz")
-sha256sums=('aa357f6237dd66364372b89b0c6c061661390435652262dc5457730dd88b4524')
+sha256sums=('a0459d682dbe06e5af2b41827c698d1b79212ae123cc96b424e4b98e4613bad3')
validpgpkeys=()
prepare() {