summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-06-03 22:48:14 +0300
committersiyia2024-06-03 22:48:14 +0300
commit7fff5a770a96ee5be7e8ebd51c304fb92cf16100 (patch)
tree62249db3f75a1af2b827eb2dddeb0fd72184b1a4
parent9742b2c3063423d358fb3cde96b3cbeb9c0d91e3 (diff)
downloadaur-7fff5a770a96ee5be7e8ebd51c304fb92cf16100.tar.gz
v3.2.9-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96147ca61c0d..cebcab9ef34e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iso-commander
pkgdesc = The Fastest ISO Manager on the Planet, written in C++
- pkgver = 3.2.8
- pkgrel = 3
+ pkgver = 3.2.9
+ pkgrel = 1
url = https://github.com/siyia2/iso-commander
arch = x86_64
license = GPL3
@@ -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.8.tar.gz
- md5sums = 40f959d3f4adb334c4dbf402d22dce0a
+ source = https://github.com/siyia2/iso-commander/archive/v3.2.9.tar.gz
+ md5sums = d4546282d7c507d1eb1f4c092736373f
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index 95c528362923..6fb494e39e9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
-pkgver=3.2.8
-pkgrel=3
+pkgver=3.2.9
+pkgrel=1
pkgdesc='The Fastest ISO Manager on the Planet, written in C++'
arch=('x86_64')
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=('40f959d3f4adb334c4dbf402d22dce0a')
+md5sums=('d4546282d7c507d1eb1f4c092736373f')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")