summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainan2024-01-05 12:03:18 +0100
committerSainan2024-01-05 12:03:18 +0100
commitf8b507f7f0ce09d1a64b0bdf7a071301e92c7ee6 (patch)
tree54f02378eb34c68d85cae2b351002cc901654799
parent7f0cdbb6f10ccf8a36cc216822b38db1cc5a709e (diff)
downloadaur-f8b507f7f0ce09d1a64b0bdf7a071301e92c7ee6.tar.gz
0.8.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25616362211b..69b56609d67e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = plutolang
pkgdesc = A superset of Lua 5.4 — with unique features, optimizations, and improvements.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
arch = x86_64
- source = pluto-git::git+https://github.com/PlutoLang/Pluto#tag=0.8.0
+ source = pluto-git::git+https://github.com/PlutoLang/Pluto#tag=0.8.1
sha256sums = SKIP
pkgname = plutolang
diff --git a/PKGBUILD b/PKGBUILD
index c0f102dd1f44..c3d00a0364d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sainan <sainan@calamity.gg>
pkgname=plutolang
pkgdesc="A superset of Lua 5.4 — with unique features, optimizations, and improvements."
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
arch=('x86_64')
source=("pluto-git::git+https://github.com/PlutoLang/Pluto#tag=$pkgver")