diff options
author | Maiori | 2023-08-30 21:40:43 +0000 |
---|---|---|
committer | Maiori | 2023-08-30 21:40:43 +0000 |
commit | b2d737d07276e72670c5ea4f22e5dae8e08e86aa (patch) | |
tree | 4d17f1b3a338123601de6c4acfb0c0f5f4f0f945 | |
parent | ac1c85e70300dc2a7958fcb268b1427980b0ab42 (diff) | |
download | aur-b2d737d07276e72670c5ea4f22e5dae8e08e86aa.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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') |