summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Wagner2024-02-06 12:24:17 -0800
committerJason S. Wagner2024-02-06 12:24:17 -0800
commit4a43d865d1c006d7e45e91d4b5b771f7198f7e32 (patch)
tree8008336b62129135c112a86af26f5e5531a594a5
parentdf335fb8de13c55df861befb7237fb1f6df4735e (diff)
downloadaur-4a43d865d1c006d7e45e91d4b5b771f7198f7e32.tar.gz
Bump to 3.1.0
-rw-r--r--.Changelog6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 7 deletions
diff --git a/.Changelog b/.Changelog
index 2a183c960a3d..37857b072b0a 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,6 +1,10 @@
# mpf-check-bin .Changelog
-## 2023-11-14, mpf-check-bin 3.0.2-1
+## 2023-12-04, mpf-check-bin 3.1.0-1
+
+* Bump to 3.1.0
+
+## 2023-12-04, mpf-check-bin 3.0.3-1
* Bump to 3.0.3
diff --git a/.SRCINFO b/.SRCINFO
index 1373d2c632c8..1edfeaebb265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mpf-check-bin
pkgdesc = Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)
- pkgver = 3.0.3
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/SabreTools/MPF
arch = x86_64
license = GPL3
provides = mpf-check
options = !strip
- source = https://github.com/SabreTools/MPF/releases/download/3.0.3/MPF.Check_3.0.3_net8.0_linux-x64_release.zip
+ source = https://github.com/SabreTools/MPF/releases/download/3.1.0/MPF.Check_3.1.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 = a9f0738162b32e951a84e07d23ff975aab9c4ce06e65a79c6541672ef445059d
+ sha256sums = 782b1c5417ea0ec762d4df5640a5b7626db3d2109595b458d0ad68e04166b75c
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a6e9763dbc1..20ba0c831f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ license=('GPL3')
options=('!strip')
pkgdesc="Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)"
provides=('mpf-check')
-pkgver=3.0.3
+pkgver=3.1.0
pkgrel=1
-source=('https://github.com/SabreTools/MPF/releases/download/3.0.3/MPF.Check_3.0.3_net8.0_linux-x64_release.zip'
+source=('https://github.com/SabreTools/MPF/releases/download/3.1.0/MPF.Check_3.1.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=('a9f0738162b32e951a84e07d23ff975aab9c4ce06e65a79c6541672ef445059d'
+sha256sums=('782b1c5417ea0ec762d4df5640a5b7626db3d2109595b458d0ad68e04166b75c'
'SKIP'
'SKIP')