summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2021-11-13 08:04:27 +0600
committerzoorat2021-11-13 08:04:27 +0600
commit6ca26940738f74e73551764b80bc6823a1ffda25 (patch)
tree3faff31f1b1d6c91f5a7704c7d4a84507e56bcde
parent1a23a6a209ad656239d7878365b65799a78e9a5f (diff)
downloadaur-6ca26940738f74e73551764b80bc6823a1ffda25.tar.gz
updating to v4.1.5
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75a21791c48f..6f5bf4466e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alacritty-themes
pkgdesc = A utility for choosing and applying Alacritty terminal themes.
- pkgver = 4.1.4
+ pkgver = 4.1.5
pkgrel = 1
url = https://github.com/rajasegar/alacritty-themes
install = alacritty-themes.install
@@ -10,8 +10,8 @@ pkgbase = alacritty-themes
makedepends = jq
depends = nodejs
conflicts = alacritty-themes
- noextract = alacritty-themes-4.1.4.tgz
- source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-4.1.4.tgz
- b2sums = 980d27c2d9349c246acf73a56e7e07e13e5581aa54291747cf1b9ad4ca26e47862c3022c3ac0bed4b9cddf53fb5f96e1c45f4df076147d73db195c64c4cc2c35
+ noextract = alacritty-themes-4.1.5.tgz
+ source = https://registry.npmjs.org/alacritty-themes/-/alacritty-themes-4.1.5.tgz
+ b2sums = 4af21927ebfd6b677fa95ea72671bd7fde15d01abdaa355afb1adaf83c2585f3d423319200a4ed04946eed883c4422dfbde2d243870f37c5613716636ed58d1e
pkgname = alacritty-themes
diff --git a/PKGBUILD b/PKGBUILD
index b16ddef80c09..97976edda30f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ben Silverman <bensilverman10 at gmail dot com>
pkgname=alacritty-themes
-pkgver=4.1.4
+pkgver=4.1.5
pkgrel=1
pkgdesc="A utility for choosing and applying Alacritty terminal themes."
@@ -17,7 +17,7 @@ install="$pkgname.install"
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-b2sums=('980d27c2d9349c246acf73a56e7e07e13e5581aa54291747cf1b9ad4ca26e47862c3022c3ac0bed4b9cddf53fb5f96e1c45f4df076147d73db195c64c4cc2c35')
+b2sums=('4af21927ebfd6b677fa95ea72671bd7fde15d01abdaa355afb1adaf83c2585f3d423319200a4ed04946eed883c4422dfbde2d243870f37c5613716636ed58d1e')
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
package() {