summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2023-06-02 00:00:33 +0200
committerRichard Neumann2023-06-02 00:00:33 +0200
commit58ae8b9af0d87d958d9a0ce665e475cd918dcd13 (patch)
treefd390de8cb1c76f4016d1ee6865451fb86d27fc9
parent9ff5e71dde56f3d839c812e21a6caf172280c0d0 (diff)
downloadaur-58ae8b9af0d87d958d9a0ce665e475cd918dcd13.tar.gz
Update checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 180002059ca0..60514fb1a8f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,6 @@ pkgbase = color-code
license = MIT
makedepends = cargo
source = ansi-color-codec-0.3.12::https://github.com/coNQP/ansi-color-codec/archive/refs/tags/0.3.12.tar.gz
- sha256sums = 6c4b58d5c271b4c1c4c6ab80fb4c537f8583fc778a075f642f59aaa074f532b1
+ sha256sums = 63e2789365cc2a05e2aa18385af2e03067ebcdd1e8e4e0f2f81c364ca647b2be
pkgname = color-code
diff --git a/PKGBUILD b/PKGBUILD
index 93e851f08c4e..a7f6a5c24cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('6c4b58d5c271b4c1c4c6ab80fb4c537f8583fc778a075f642f59aaa074f532b1')
+sha256sums=('63e2789365cc2a05e2aa18385af2e03067ebcdd1e8e4e0f2f81c364ca647b2be')
build() {
cd "${_repo_name}-${pkgver}"