summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.Changelog4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.Changelog b/.Changelog
index 3091b233969e..63582aac6172 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,5 +1,9 @@
# mpf-check-bin .Changelog
+## 2024-06-21, mpf-check-bin 3.2.0-1
+
+* Bump to 3.2.0
+
## 2024-06-01, mpf-check-bin 3.1.9a-1
* Bump to 3.1.9a
diff --git a/.SRCINFO b/.SRCINFO
index 19913ff1b91d..71cd0b47a47e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpf-check-bin
pkgdesc = Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)
- pkgver = 3.1.9a
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/SabreTools/MPF
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = mpf-check-bin
provides = mpf-check
options = !strip
options = !debug
- source = https://github.com/SabreTools/MPF/releases/download/3.1.9/MPF.Check_3.1.9a_net8.0_linux-x64_release.zip
+ source = https://github.com/SabreTools/MPF/releases/download/3.2.0/MPF.Check_3.2.0_net8.0_linux-x64_release.zip
source = https://raw.githubusercontent.com/SabreTools/MPF/master/README.md
source = https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE
- sha256sums = c792c35a7cd0a239b05f3d5e77bfa5f67a09a183194d3498f1d9c7637f6713ed
+ sha256sums = 6a256549daafb2f47001b25fb46432cce6b0239b346520e555225a633c172779
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 60ddc1575ffb..f2bb7457ddc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ license=('GPL3')
options=('!strip' '!debug')
pkgdesc="Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)"
provides=('mpf-check')
-pkgver=3.1.9a
+pkgver=3.2.0
pkgrel=1
-source=('https://github.com/SabreTools/MPF/releases/download/3.1.9/MPF.Check_3.1.9a_net8.0_linux-x64_release.zip'
+source=('https://github.com/SabreTools/MPF/releases/download/3.2.0/MPF.Check_3.2.0_net8.0_linux-x64_release.zip'
'https://raw.githubusercontent.com/SabreTools/MPF/master/README.md'
'https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE')
-sha256sums=('c792c35a7cd0a239b05f3d5e77bfa5f67a09a183194d3498f1d9c7637f6713ed'
+sha256sums=('6a256549daafb2f47001b25fb46432cce6b0239b346520e555225a633c172779'
'SKIP'
'SKIP')