summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-03-30 23:27:41 +0200
committersiyia2024-03-30 23:27:41 +0200
commita928e5d6053339e10bebfc49b46201793edcb178 (patch)
tree7a884bc18088ffee4e1dfa686503d33aaaa722c1
parent54ab03d951a0d90980c913fa3ef65e08f590320f (diff)
downloadaur-a928e5d6053339e10bebfc49b46201793edcb178.tar.gz
v2.7.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 813e1bfd02ba..a57c95056da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mounter-elite-plus
pkgdesc = The Fastest ISO Manager on the Planet, written in C++
- pkgver = 2.7.1
- pkgrel = 2
+ pkgver = 2.7.2
+ pkgrel = 1
url = https://github.com/siyia2/mounter-elite-plus
arch = x86_64
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = mounter-elite-plus
depends = sudo
optdepends = ccd2iso: BIN/IMG conversion support
optdepends = mdf2iso: MDF/MDS conversion support
- source = https://github.com/siyia2/mounter-elite-plus/archive/v2.7.1.tar.gz
- md5sums = a54e08f18149cee7d829beb321988dd2
+ source = https://github.com/siyia2/mounter-elite-plus/archive/v2.7.2.tar.gz
+ md5sums = 05513f803626a90815916db6284e89ee
pkgname = mounter-elite-plus
diff --git a/PKGBUILD b/PKGBUILD
index 07764039c788..257bb053afca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=mounter-elite-plus
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+pkgrel=1
pkgdesc='The Fastest ISO Manager on the Planet, written in C++'
arch=('x86_64')
url="https://github.com/siyia2/mounter-elite-plus"
@@ -9,7 +9,7 @@ license=('GPL3')
makedepends=('readline')
depends=('bash' 'coreutils' 'sudo')
optdepends=('ccd2iso: BIN/IMG conversion support' 'mdf2iso: MDF/MDS conversion support')
-md5sums=('a54e08f18149cee7d829beb321988dd2')
+md5sums=('05513f803626a90815916db6284e89ee')
source=("https://github.com/siyia2/mounter-elite-plus/archive/v${pkgver}.tar.gz")