summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Wilkowski2024-02-19 08:00:06 +1000
committerDominik Wilkowski2024-02-19 08:00:06 +1000
commit5946a6af88204aea14ad301a27de1120c207f06c (patch)
tree352ae00e7d49a13ab35712dd26c77f067b9c45e6
parent805ddf92670c034daa9432bf553c3a37fbced9ad (diff)
downloadaur-cfonts.tar.gz
bumped to v1.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ded0356e09e1..841e03994674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cfonts
pkgdesc = Sexy ANSI fonts for the console
- pkgver = 1.1.3rust
+ pkgver = 1.1.4rust
pkgrel = 1
url = https://github.com/dominikwilkowski/cfonts
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cfonts
makedepends = rust
makedepends = git
provides = cfonts
- source = https://github.com/dominikwilkowski/cfonts/archive/refs/tags/v1.1.3rust.tar.gz
- sha256sums = e5b2be2d1ce4f4e5b345d755425bc9841a9c1e35c4025ec83dab4f6c38291d87
+ source = https://github.com/dominikwilkowski/cfonts/archive/refs/tags/v1.1.4rust.tar.gz
+ sha256sums = 49228dc3dd4529bd86d537f46c8aa9a47043f060ec7d050e5cb739a030222407
pkgname = cfonts
diff --git a/PKGBUILD b/PKGBUILD
index 90069d6e4ae4..ddc9fad1d34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# vim: ts=2 sw=2 et:
pkgname=cfonts
-pkgver=1.1.3rust
+pkgver=1.1.4rust
pkgrel=1
pkgdesc='Sexy ANSI fonts for the console'
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL-3.0-or-later')
makedepends=('rust' 'make')
provides=('cfonts')
source=("https://github.com/dominikwilkowski/cfonts/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e5b2be2d1ce4f4e5b345d755425bc9841a9c1e35c4025ec83dab4f6c38291d87')
+sha256sums=('49228dc3dd4529bd86d537f46c8aa9a47043f060ec7d050e5cb739a030222407')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}/rust"