summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-05-30 00:23:47 +0300
committersiyia2024-05-30 00:23:47 +0300
commit09bcee3b3d972a506e8f584a8a01384a2cfa7c3f (patch)
treec9d0a48b14bf504d82a207d052559017c3608dc3
parent60d88772d05f364665bc7f5e7237c31cfa613459 (diff)
downloadaur-09bcee3b3d972a506e8f584a8a01384a2cfa7c3f.tar.gz
v3.2.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f36aea7fe9fe..3b25706e63ea 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.1.9
- pkgrel = 3
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/siyia2/iso-commander
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = iso-commander
depends = coreutils
optdepends = ccd2iso: BIN/IMG conversion support
optdepends = mdf2iso: MDF/MDS conversion support
- source = https://github.com/siyia2/iso-commander/archive/v3.1.9.tar.gz
- md5sums = ad396b66e7ae3012fd295cb524c0388f
+ source = https://github.com/siyia2/iso-commander/archive/v3.2.0.tar.gz
+ md5sums = d7c67737ccfa13ef04cab1f95c0634ce
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index 9131a7ccdf8e..41fae20b2c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
-pkgver=3.1.9
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
pkgdesc='The Fastest ISO Manager on the Planet, written in C++'
arch=('x86_64')
url="https://github.com/siyia2/iso-commander"
@@ -9,7 +9,7 @@ license=('GPL3')
makedepends=('readline')
depends=('util-linux' 'coreutils')
optdepends=('ccd2iso: BIN/IMG conversion support' 'mdf2iso: MDF/MDS conversion support')
-md5sums=('ad396b66e7ae3012fd295cb524c0388f')
+md5sums=('d7c67737ccfa13ef04cab1f95c0634ce')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")