summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNavid2020-04-23 11:45:22 +0430
committerNavid2020-04-23 11:45:22 +0430
commitcea149c57f239056c342b1737717753b7294329e (patch)
tree6e5000b53688f4310bbb70b949f61b44091da163
parentb7f426393bb9af27ec7f2ccb27608a580368d216 (diff)
downloadaur-cea149c57f239056c342b1737717753b7294329e.tar.gz
version: 0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c3b76d0f3a..b88b868a00c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomino-bin
pkgdesc = Batch rename utility for developers
- pkgver = 0.4.0
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/yaa110/nomino
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = nomino-bin
conflicts = nomino
source = LICENSE::https://raw.githubusercontent.com/yaa110/nomino/master/LICENSE-MIT
sha512sums = 169b314c09dffe76c8bf31929a61e58358c66516c17629cb257e0d44101b78d3949ee6d9951bb813cd6348d8626a0c8f638f6f874db446dce87cfa1de24d39ba
- source_x86_64 = https://github.com/yaa110/nomino/releases/download/0.4.0/nomino-linux-64bit
- sha512sums_x86_64 = 6488f4f83f801d4f4c9cf5d9827c49765fcff4d1d101c3b806810e6a1810f45e9f5e78232e8df81bcaabef48f7fcd44247fcd41a12f8b101d19b2d00aca8a0d5
+ source_x86_64 = https://github.com/yaa110/nomino/releases/download/0.4.2/nomino-linux-64bit
+ sha512sums_x86_64 = 0cd43401476060dca6d462fc5028f61f4ac062cc3aac828e30da895b9ebfafbe5acb3d04184271cb66941ee58a6d10339bdb7f2ae8f087cff062938fa08c6222
pkgname = nomino-bin
diff --git a/PKGBUILD b/PKGBUILD
index 06771e49108b..d6c3f91a59ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nomino-bin
_pkgname=nomino
-pkgver=0.4.0
+pkgver=0.4.2
pkgrel=1
arch=('x86_64')
url="https://github.com/yaa110/nomino"
@@ -13,7 +13,7 @@ pkgdesc='Batch rename utility for developers'
source=("LICENSE::https://raw.githubusercontent.com/yaa110/$_pkgname/master/LICENSE-MIT")
source_x86_64=("https://github.com/yaa110/$_pkgname/releases/download/$pkgver/$_pkgname-linux-64bit")
sha512sums=("169b314c09dffe76c8bf31929a61e58358c66516c17629cb257e0d44101b78d3949ee6d9951bb813cd6348d8626a0c8f638f6f874db446dce87cfa1de24d39ba")
-sha512sums_x86_64=("6488f4f83f801d4f4c9cf5d9827c49765fcff4d1d101c3b806810e6a1810f45e9f5e78232e8df81bcaabef48f7fcd44247fcd41a12f8b101d19b2d00aca8a0d5")
+sha512sums_x86_64=("0cd43401476060dca6d462fc5028f61f4ac062cc3aac828e30da895b9ebfafbe5acb3d04184271cb66941ee58a6d10339bdb7f2ae8f087cff062938fa08c6222")
depends=('gcc-libs')
conflicts=('nomino')
provides=('nomino')