summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Wagner2023-11-07 18:25:14 -0800
committerJason S. Wagner2023-11-07 18:25:14 -0800
commit31c027d7ea272f0a237f190dfbc8df29410d611f (patch)
treeba78948282cab621216b9f77cdf258a8c5629a19
parent614d004f5e23a90572ccf8951d1b0ae735a0500c (diff)
downloadaur-31c027d7ea272f0a237f190dfbc8df29410d611f.tar.gz
Bump to 2.7.5
-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 39af0c304b25..fd58517f230b 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,12 +1,16 @@
# mpf-check-bin .Changelog
+## 2023-11-07, mpf-check-bin 2.7.5-1
+
+* Bump to 2.7.5
+
## 2023-10-31, mpf-check-bin 2.7.4-1
* Bump to 2.7.4
## 2023-10-26, mpf-check-bin 2.7.3-3
-* Remove dependency on `casclib` and `stormlib`; they're actaully unnecessary
+* Remove dependency on `casclib` and `stormlib`; they're actually unnecessary
## 2023-10-26, mpf-check-bin 2.7.3-2
diff --git a/.SRCINFO b/.SRCINFO
index 211f7a2dfe98..00aca0e640f4 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.4
+ pkgver = 2.7.5
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.4/MPF.Check_2.7.4_net7.0_linux-x64_release.zip
+ source = https://github.com/SabreTools/MPF/releases/download/2.7.5/MPF.Check_2.7.5_net7.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 = c1afb60ea5e03b4d2c4078ce3c53feac3230e599b2f1c7de5211f0cc92cb1d78
+ sha256sums = 18033b089fcce272ff428486c034bf78cefcc0e5bfd2f7be03cb7a3431e3596b
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 83aa87cb21ab..fc8e62390639 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.4
+pkgver=2.7.5
pkgrel=1
-source=('https://github.com/SabreTools/MPF/releases/download/2.7.4/MPF.Check_2.7.4_net7.0_linux-x64_release.zip'
+source=('https://github.com/SabreTools/MPF/releases/download/2.7.5/MPF.Check_2.7.5_net7.0_linux-x64_release.zip'
'https://raw.githubusercontent.com/SabreTools/MPF/master/README.md'
'https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE')
-sha256sums=('c1afb60ea5e03b4d2c4078ce3c53feac3230e599b2f1c7de5211f0cc92cb1d78'
+sha256sums=('18033b089fcce272ff428486c034bf78cefcc0e5bfd2f7be03cb7a3431e3596b'
'SKIP'
'SKIP')