summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason S. Wagner2023-10-17 19:25:38 -0700
committerJason S. Wagner2023-10-17 19:25:38 -0700
commit37a3dd5f1ad94df37824ed271f2707653511367d (patch)
treee1a0712542c6133bcda9965159b845447f2e8c56
parent1a8e5dd17d587d44e94f77529ec465f74433525a (diff)
downloadaur-37a3dd5f1ad94df37824ed271f2707653511367d.tar.gz
Bump to 2.7.2.
-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 cf6cf7f0978e..6c42c7952331 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,5 +1,9 @@
# mpf-check-bin .Changelog
+## 2023-10-17, mpf-check-bin 2.7.2-1
+
+* Bump to 2.7.2
+
## 2023-10-11, mpf-check-bin 2.7.1.1-2
* Fix .Changelog.
diff --git a/.SRCINFO b/.SRCINFO
index 62fd8630e68d..e75d593030e5 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.1.1
+ pkgver = 2.7.2
pkgrel = 2
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.1/MPF.Check_2.7.1.1_net7.0_linux-x64_release.zip
+ source = https://github.com/SabreTools/MPF/releases/download/2.7.2/MPF.Check_2.7.2_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 = 88e3e0170a6538f6c24b2ee9922049eda68a23e386c365b7c89cb21cab5798ef
+ sha256sums = c371500213837032a7cec0b9c0e0a424a79b79072d692d8bc5f798a83843c611
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8f04673ea691..8270b8ebd0a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ url="https://github.com/SabreTools/MPF"
arch=('x86_64')
pkgdesc="Media Preservation Frontend for Aaru and Redumper in C# (CLI Version)"
provides=('mpf-check')
-pkgver=2.7.1.1
+pkgver=2.7.2
pkgrel=2
license=('GPL3')
-source=('https://github.com/SabreTools/MPF/releases/download/2.7.1/MPF.Check_2.7.1.1_net7.0_linux-x64_release.zip'
+source=('https://github.com/SabreTools/MPF/releases/download/2.7.2/MPF.Check_2.7.2_net7.0_linux-x64_release.zip'
'https://raw.githubusercontent.com/SabreTools/MPF/master/README.md'
'https://raw.githubusercontent.com/SabreTools/MPF/master/LICENSE')
-sha256sums=('88e3e0170a6538f6c24b2ee9922049eda68a23e386c365b7c89cb21cab5798ef'
+sha256sums=('c371500213837032a7cec0b9c0e0a424a79b79072d692d8bc5f798a83843c611'
'SKIP'
'SKIP')
options=('!strip')