summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainan2024-11-04 03:10:26 +0100
committerSainan2024-11-04 03:10:26 +0100
commit632752aca160fc5af7290e0925a5ae4bfccfa5c2 (patch)
treee06ef44466bd4bd462f706e575a4eb1f34d283ae
parentcad74439adc1b260de8bb1d2c60c495487735476 (diff)
downloadaur-632752aca160fc5af7290e0925a5ae4bfccfa5c2.tar.gz
0.10.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fc9957c9aee..39656688b4a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plutolang
pkgdesc = A superset of Lua 5.4 with a focus on general-purpose programming.
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/PlutoLang/Pluto
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = plutolang
depends = readline
provides = libpluto.so
conflicts = pluto
- source = pluto-git::git+https://github.com/PlutoLang/Pluto#tag=0.10.0
+ source = pluto-git::git+https://github.com/PlutoLang/Pluto#tag=0.10.1
sha256sums = SKIP
pkgname = plutolang
diff --git a/PKGBUILD b/PKGBUILD
index a57a27c10670..0a7f590420b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sainan <sainan@calamity.gg>
pkgname=plutolang
pkgdesc="A superset of Lua 5.4 with a focus on general-purpose programming."
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
url='https://github.com/PlutoLang/Pluto'
arch=('x86_64')