summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147408c7ab07..c8eca9ab2076 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.3.7
+ pkgver = 3.3.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.3.7.tar.gz
- md5sums = e8728182e20aeff3ca739a75ef54912d
+ source = https://github.com/siyia2/iso-commander/archive/v3.3.8.tar.gz
+ md5sums = 902a120c8794fc79fa6f599edaeb0ac9
pkgname = iso-commander
diff --git a/PKGBUILD b/PKGBUILD
index 307471f87223..4a5d8282b420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=iso-commander
-pkgver=3.3.7
+pkgver=3.3.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=('e8728182e20aeff3ca739a75ef54912d')
+md5sums=('902a120c8794fc79fa6f599edaeb0ac9')
source=("https://github.com/siyia2/iso-commander/archive/v${pkgver}.tar.gz")