summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2023-06-27 13:08:04 +0200
committerRichard Neumann2023-06-27 13:08:04 +0200
commit6a5d811b147c634160b1b1b938239149eefffcdd (patch)
tree207932e3eda3441f096b1b5513745f37d2332b1b
parenta8747ea4e650355be65ef1827b61bdae7bf8c151 (diff)
downloadaur-6a5d811b147c634160b1b1b938239149eefffcdd.tar.gz
Update to 0.5.12-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f05df81f10a..02bb9b29f634 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = color-code
pkgdesc = Encode arbitrary bytes to ANSI colors on the console.
- pkgver = 0.5.11
+ pkgver = 0.5.12
pkgrel = 1
url = https://github.com/coNQP/ansi-color-codec
arch = x86_64
license = MIT
makedepends = cargo
- source = ansi-color-codec-0.5.11::https://github.com/coNQP/ansi-color-codec/archive/refs/tags/0.5.11.tar.gz
- sha256sums = 9a4f4c798088d401e5453dfbfdf35520760564520edc31e47dc18329fd905f04
+ source = ansi-color-codec-0.5.12::https://github.com/coNQP/ansi-color-codec/archive/refs/tags/0.5.12.tar.gz
+ sha256sums = c6f06a9b0ec8d06354384fccb29b3c7f8329924cdd1247db9e911939a13f103e
pkgname = color-code
diff --git a/PKGBUILD b/PKGBUILD
index 2d72e2093710..fd81b0c2c30e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Neumann aka. Schard <mail at richard dash neumann period de>
pkgname=color-code
_repo_name="ansi-${pkgname}c"
-pkgver=0.5.11
+pkgver=0.5.12
pkgrel=1
pkgdesc="Encode arbitrary bytes to ANSI colors on the console."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/coNQP/${_repo_name}"
license=('MIT')
makedepends=("cargo")
source=("${_repo_name}-${pkgver}::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('9a4f4c798088d401e5453dfbfdf35520760564520edc31e47dc18329fd905f04')
+sha256sums=('c6f06a9b0ec8d06354384fccb29b3c7f8329924cdd1247db9e911939a13f103e')
build() {
cd "${_repo_name}-${pkgver}"