diff options
author | Christian Menard | 2024-02-01 13:34:29 +0100 |
---|---|---|
committer | Christian Menard | 2024-02-01 13:34:29 +0100 |
commit | c787a951b67f87d8fb8b951ae7e69047fce2481c (patch) | |
tree | 50185756569aabddb222544f38824707e1deaad1 | |
parent | b6270c18260b62b64a5650e0e6e0bffcbdad69e8 (diff) | |
download | aur-c787a951b67f87d8fb8b951ae7e69047fce2481c.tar.gz |
0.6.0 release
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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') |