summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiyia2024-03-25 05:43:21 +0200
committersiyia2024-03-25 05:43:21 +0200
commitbf271a5565ba4730bd488748673b4272f8a3acf3 (patch)
tree70ceedf5a253c6a953dd8d78ff98c5224f835da6
parent140f4b33c80c77c9911a89c55d0bcafa0bb1dc7c (diff)
downloadaur-bf271a5565ba4730bd488748673b4272f8a3acf3.tar.gz
v1.8.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ace04dd6087..721a2f0212f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bulk-rename-plus
pkgdesc = Tiny yet Powerful Non-Interactive Bulk Renamer, written in C++
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/siyia2/bulk-rename-plus
arch = x86_64
license = GPL3
depends = bash
depends = coreutils
- source = https://github.com/siyia2/bulk-rename-plus/archive/v1.8.3.tar.gz
- md5sums = 538af8613bdbea7c4b7709f6e6e84da4
+ source = https://github.com/siyia2/bulk-rename-plus/archive/v1.8.4.tar.gz
+ md5sums = c45f385c1b9eb2c6d876bf59aca96392
pkgname = bulk-rename-plus
diff --git a/PKGBUILD b/PKGBUILD
index 861fb149500b..b2f113751f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Siyia <eutychios23@gmail.com>
pkgname=bulk-rename-plus
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc='Tiny yet Powerful Non-Interactive Bulk Renamer, written in C++'
arch=('x86_64')
url="https://github.com/siyia2/bulk-rename-plus"
license=('GPL3')
depends=('bash' 'coreutils')
-md5sums=('538af8613bdbea7c4b7709f6e6e84da4')
+md5sums=('c45f385c1b9eb2c6d876bf59aca96392')
source=("https://github.com/siyia2/bulk-rename-plus/archive/v${pkgver}.tar.gz")