summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Wagner2023-11-14 21:18:29 -0800
committerJason S. Wagner2023-11-14 21:18:29 -0800
commit396ee0b216731dfbbc27753369af03efdadf1de0 (patch)
treef6cefb0e3c4a3c2eace5197143624727fc22df36
parent31c027d7ea272f0a237f190dfbc8df29410d611f (diff)
downloadaur-396ee0b216731dfbbc27753369af03efdadf1de0.tar.gz
Bump to 3.0
-rw-r--r--.Changelog12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
3 files changed, 14 insertions, 10 deletions
diff --git a/.Changelog b/.Changelog
index fd58517f230b..07dd1fdba669 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,5 +1,9 @@
# mpf-check-bin .Changelog
+## 2023-11-14, mpf-check-bin 3.0-1
+
+* Bump to 3.0
+
## 2023-11-07, mpf-check-bin 2.7.5-1
* Bump to 2.7.5
@@ -27,7 +31,7 @@
## 2023-10-11, mpf-check-bin 2.7.1.1-2
-* Fix .Changelog.
+* Fix .Changelog
## 2023-10-11, mpf-check-bin 2.7.1.1-1
@@ -36,7 +40,7 @@
## 2023-10-10, mpf-check-bin 2.7.1-1
-* Bump to 2.7.1.
+* Bump to 2.7.1
## 2023-10-10, mpf-check-bin 2.7.0-2 (not pushed)
@@ -44,8 +48,8 @@
## 2023-10-10, mpf-check-bin 2.7.0-1
-* Bump to 2.7.0 (2.6.7 was skipped).
-* Started maintenance of `.Changelog`.
+* Bump to 2.7.0 (2.6.7 was skipped)
+* Started maintenance of `.Changelog`
## 2023-10-08, mpf-check-bin 2.6.6-2
diff --git a/.SRCINFO b/.SRCINFO
index 00aca0e640f4..7ced733fa1b3 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 = 2.7.5
+ pkgver = 3.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/2.7.5/MPF.Check_2.7.5_net7.0_linux-x64_release.zip
+ source = https://github.com/SabreTools/MPF/releases/download/3.0.0/MPF.Check_3.0.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 = 18033b089fcce272ff428486c034bf78cefcc0e5bfd2f7be03cb7a3431e3596b
+ sha256sums = 560d15741a8ebddba0e19dd6bf00dd5b6ba5258e9f167fd8feaf9c7911047d52
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fc8e62390639..d3169d905761 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=2.7.5
+pkgver=3.0
pkgrel=1
-source=('https://github.com/SabreTools/MPF/releases/download/2.7.5/MPF.Check_2.7.5_net7.0_linux-x64_release.zip'
+source=('https://github.com/SabreTools/MPF/releases/download/3.0.0/MPF.Check_3.0.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=('18033b089fcce272ff428486c034bf78cefcc0e5bfd2f7be03cb7a3431e3596b'
+sha256sums=('560d15741a8ebddba0e19dd6bf00dd5b6ba5258e9f167fd8feaf9c7911047d52'
'SKIP'
'SKIP')