summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-06-03 18:52:36 +0300
committersiyia2024-06-03 18:52:36 +0300
commitb48117c8270e1cedefd188cfe276d9dfcc0df746 (patch)
tree4b88b79ab46fa62aaed1fe05960da15b0f05b358
parent7db63b232630bfb829672d4bf1b2a66fd5dffc3b (diff)
downloadaur-b48117c8270e1cedefd188cfe276d9dfcc0df746.tar.gz
v3.2.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249db0b4472b..facd3a098843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iso-commander
pkgdesc = The Fastest ISO Manager on the Planet, written in C++
- pkgver = 3.2.7
+ pkgver = 3.2.8
pkgrel = 1
url = https://github.com/siyia2/iso-commander
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = iso-commander
depends = util-linux
optdepends = ccd2iso: BIN/IMG conversion support
optdepends = mdf2iso: MDF/MDS conversion support
- source = https://github.com/siyia2/iso-commander/archive/v3.2.7.tar.gz
- md5sums = 32a9b920347e60bfd7b3875d58f2c022
+ source = https://github.com/siyia2/iso-commander/archive/v3.2.8.tar.gz
+ md5sums = f2979b105b0b3f6c26ccf990540d4306
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index 02cf1890fd93..08eeaacd3510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
-pkgver=3.2.7
+pkgver=3.2.8
pkgrel=1
pkgdesc='The Fastest ISO Manager on the Planet, written in C++'
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/siyia2/iso-commander"
license=('GPL3')
depends=('coreutils' 'glibc' 'readline' 'util-linux')
optdepends=('ccd2iso: BIN/IMG conversion support' 'mdf2iso: MDF/MDS conversion support')
-md5sums=('32a9b920347e60bfd7b3875d58f2c022')
+md5sums=('f2979b105b0b3f6c26ccf990540d4306')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")