summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThammachart2023-01-19 23:26:13 +0700
committerThammachart2023-01-19 23:26:13 +0700
commit093d29804adf3f327442def09786b900435438fb (patch)
tree15f3d131ea6e7b709777e1abfa808cbddfbcb451 /PKGBUILD
parent5b2a88b59104aa09977432962c3148382e4ddffc (diff)
downloadaur-nerd-fonts-cascadia-code.tar.gz
upgraded to 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15c223765f8f..2e01a57016e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nerd-fonts-cascadia-code
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc="Patched Cascadia Code (Caskaydia Cove) font with extra glyphs"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
@@ -9,7 +9,7 @@ depends=("fontconfig")
conflicts=("nerd-fonts-complete" "nerd-fonts-git")
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/CascadiaCode.zip")
-sha256sums=("417c3e57a1185bcd432592fa7e1c182ac2ccd559e79ba25a5f7778ee346206f8")
+sha256sums=("cf6cbed1f52fe7f9085df4e9cc2d5da5e56d82b3c048a39832a5b5dbfd636022")
prepare() {
find "${srcdir}" -name '*Windows*' -delete