summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Prates2024-01-13 23:44:06 -0300
committerAntonio Prates2024-01-13 23:44:06 -0300
commita9db2b937cb14a6ffb0eba35d3d59248b387bd51 (patch)
tree925755e109ce5a80e98a44bb6711da8b51781c62
parent88d9e20626b1e546f3d5e2f87a83942ec94a8b5d (diff)
downloadaur-a9db2b937cb14a6ffb0eba35d3d59248b387bd51.tar.gz
Update version 2.0.0 -> 2.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dab4619c99a..c221c2dfa160 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fatscript-fry
pkgdesc = fry - FatScript Interpreter
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://fatscript.org/
arch = any
@@ -11,7 +11,7 @@ pkgbase = fatscript-fry
makedepends = bash
makedepends = libcurl-compat
depends = libcurl-compat
- source = git+https://gitlab.com/fatscript/fry.git#tag=v2.0.0
+ source = git+https://gitlab.com/fatscript/fry.git#tag=v2.0.1
sha256sums = SKIP
pkgname = fatscript-fry
diff --git a/PKGBUILD b/PKGBUILD
index a131eb25c747..6c3a9737915a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Prates <hello@aprates.dev>
pkgname=fatscript-fry
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="fry - FatScript Interpreter"
arch=('any')