summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Menard2024-02-01 13:34:29 +0100
committerChristian Menard2024-02-01 13:34:29 +0100
commit44882ee8f6dd2f294b5f9aa8d270ddd29e6ae2ca (patch)
treea9807a210fa2c117ee3600ad55b97ed7d712dcb7
parent5a44f62a135f0ac1c0a7b58b019fab63321aea31 (diff)
downloadaur-epoch-nightly-bin.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 fdbea6b41c51..9fed2b64ac4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = epoch-nightly-bin
pkgdesc = The Epoch IDE for Lingua Franca
- pkgver = 202309110502
+ pkgver = 202402010502
pkgrel = 1
url = https://lf-lang.org
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = epoch-nightly-bin
depends = nodejs
depends = perl
conflicts = epoch-bin
- source = https://github.com/lf-lang/epoch/releases/download/nightly/epoch_ide_202309110502-linux.gtk.x86_64.tar.gz
+ source = https://github.com/lf-lang/epoch/releases/download/nightly/epoch_ide_202402010502-linux.gtk.x86_64.tar.gz
source = https://raw.githubusercontent.com/lf-lang/epoch/main/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f990e419a186..b3bb502f07cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_version=$(curl -L -H "Accept: application/vnd.github+json" "https://api.github.com/repos/lf-lang/epoch/releases/tags/nightly" 2>&1 | grep '"name":' | grep "linux" | cut -d'_' -f3 | cut -d'-' -f1)
pkgname=epoch-nightly-bin
-pkgver=202309110502
+pkgver=202402010502
pkgrel=1
pkgdesc="The Epoch IDE for Lingua Franca"
arch=('x86_64')