summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaiori2023-08-30 21:40:43 +0000
committerMaiori2023-08-30 21:40:43 +0000
commitb2d737d07276e72670c5ea4f22e5dae8e08e86aa (patch)
tree4d17f1b3a338123601de6c4acfb0c0f5f4f0f945
parentac1c85e70300dc2a7958fcb268b1427980b0ab42 (diff)
downloadaur-b2d737d07276e72670c5ea4f22e5dae8e08e86aa.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b15682a75b7..9440d101fab6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clue
pkgdesc = Clue is a programming language that compiles blazingly fast into Lua code with a syntax similar to languages like C or Rust.
- pkgver = 3.4.1
+ pkgver = 3.4.2
pkgrel = 1
url = https://github.com/ClueLang/Clue
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = clue
license = MIT
makedepends = cargo
makedepends = rust
- source = git+https://github.com/ClueLang/Clue.git#tag=v3.4.1
+ source = git+https://github.com/ClueLang/Clue.git#tag=v3.4.2
sha256sums = SKIP
pkgname = clue
diff --git a/PKGBUILD b/PKGBUILD
index 7a4288deec54..378088c0f015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felice D'Angelo <felice.dangelo2013@gmail.com>
pkgname=clue
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=1
pkgdesc="Clue is a programming language that compiles blazingly fast into Lua code with a syntax similar to languages like C or Rust."
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'arm')