summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordotiful2020-06-15 16:15:04 +0300
committerdotiful2020-06-15 16:15:04 +0300
commit3f6e234ec0963acb28ccbe9c7efea623e8cdce86 (patch)
treee98f253dd50f2a32a51864f087490642c3262f00
parent4bc509a7685cf267a4ea1847950414c4405d973f (diff)
downloadaur-lscolors.tar.gz
bump version to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82077ba99b65..d7964fa2e5b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lscolors
pkgdesc = A Rust library to colorize paths using LS_COLORS
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/sharkdp/lscolors
arch = x86_64
license = MIT
provides = lscolors
- source = https://github.com/sharkdp/lscolors/releases/download/v0.7.0/lscolors-v0.7.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 7c6fddef3d58868eda5c33d7f00239099e16e267475c5334e395c68285b941f1
+ source = https://github.com/sharkdp/lscolors/releases/download/v0.7.1/lscolors-v0.7.1-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 4c974c0d4a474d1aae069673603aacfbbe19f54696548c03da0506bfff988118
pkgname = lscolors
diff --git a/PKGBUILD b/PKGBUILD
index 7285ce0715ad..e17e9ba532bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Art Dev <artdevjs at gmail dot com>
pkgname="lscolors"
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="A Rust library to colorize paths using LS_COLORS"
arch=("x86_64")
@@ -19,4 +19,4 @@ package() {
install -Dm644 "${srcdir}/${pkgname}-v${pkgver}-${CARCH}-unknown-linux-musl/LICENSE-MIT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha256sums=('7c6fddef3d58868eda5c33d7f00239099e16e267475c5334e395c68285b941f1')
+sha256sums=('4c974c0d4a474d1aae069673603aacfbbe19f54696548c03da0506bfff988118')