summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Menard2024-02-01 13:34:29 +0100
committerChristian Menard2024-02-01 13:34:29 +0100
commitc787a951b67f87d8fb8b951ae7e69047fce2481c (patch)
tree50185756569aabddb222544f38824707e1deaad1
parentb6270c18260b62b64a5650e0e6e0bffcbdad69e8 (diff)
downloadaur-c787a951b67f87d8fb8b951ae7e69047fce2481c.tar.gz
0.6.0 release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 180841094c75..9a4d93e0196c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lf-cli-nightly-bin
pkgdesc = The Lingua Franca compiler and command line tools (nightly release)
- pkgver = 0.5.1+SNAPSHOT+nightly+20230908050222
+ pkgver = 0.6.1+SNAPSHOT+nightly+20240201050246
pkgrel = 1
url = https://lf-lang.org
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = lf-cli-nightly-bin
conflicts = lf-cli-bin
conflicts = lf-cli
replaces = lfc-bin
- source = https://github.com/lf-lang/lingua-franca/releases/download/nightly/lf-cli-0.5.1-SNAPSHOT-nightly-20230908050222-Linux-x86_64.tar.gz
+ source = https://github.com/lf-lang/lingua-franca/releases/download/nightly/lf-cli-0.6.1-SNAPSHOT-nightly-20240201050246-Linux-x86_64.tar.gz
source = https://raw.githubusercontent.com/lf-lang/lingua-franca/master/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e2455a35aa44..4a7dce7fa163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_nightly_version=$(curl -L -H "Accept: application/vnd.github+json" "https://api.github.com/repos/lf-lang/lingua-franca/releases/tags/nightly" 2>&1 | grep '"name":' | grep "Linux-x86" | cut -d'-' -f3-6)
pkgname=lf-cli-nightly-bin
-pkgver=0.5.1+SNAPSHOT+nightly+20230908050222
+pkgver=0.6.1+SNAPSHOT+nightly+20240201050246
pkgrel=1
pkgdesc="The Lingua Franca compiler and command line tools (nightly release)"
arch=('x86_64' 'aarch64')