summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-04-27 08:58:02 +0300
committersiyia2024-04-27 08:58:02 +0300
commite6e447ae9120aca6640d4838399996a7db2f385a (patch)
treef4909055c05e4e9eef4f800cdfadb74545a37f3f
parent844dbfed6d4d14cfb13bed806bc82a1c9822e8c3 (diff)
downloadaur-e6e447ae9120aca6640d4838399996a7db2f385a.tar.gz
v2.9.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e97d09a9de..884a84adc76a 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.8.9
- pkgrel = 3
+ pkgver = 2.9.0
+ 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.8.9.tar.gz
- md5sums = e921e6d7f13e4d9101c8d07dc2708c7d
+ source = https://github.com/siyia2/mounter-elite-plus/archive/v2.9.0.tar.gz
+ md5sums = e27f7406766f0dc74d38762779f188b1
pkgname = mounter-elite-plus
diff --git a/PKGBUILD b/PKGBUILD
index 836d5b08b130..359ebc2f4824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=mounter-elite-plus
-pkgver=2.8.9
-pkgrel=3
+pkgver=2.9.0
+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=('e921e6d7f13e4d9101c8d07dc2708c7d')
+md5sums=('e27f7406766f0dc74d38762779f188b1')
source=("https://github.com/siyia2/mounter-elite-plus/archive/v${pkgver}.tar.gz")