summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-05 00:24:56 +0100
committerhaawda2017-12-05 00:24:56 +0100
commit72a0796d98a31299f9a2969d7af72bffbd7e53e8 (patch)
treed03cc1eafcccc26306d5cd2246c5dc9d9bd2f1b5
parentd814e9294957ae0430bfbcc0b83b03f5693c6005 (diff)
downloadaur-72a0796d98a31299f9a2969d7af72bffbd7e53e8.tar.gz
Updated version (0.3.3.29.g79c0994.363 -> 0.3.3.30.g92ed21c.364).
Changelog ========= 📝 Link to VS Code Extension in readme (#281) (92ed21c) Add `env_var(key)` and `env_var_or_default(key, default)` functions (#280) (79c0994) Make EOL after interpolation a proper error (#279) (9a56e27) Update changelog (#278) (661342b) Add functions (#277) (afa4aeb) Rename Scanner to Lexer (#276) (66391de) Align doc-comments in `--list` output (#273) (c5eeb89) Only provide MinGW build on Windows (#274) (5f8e1ea) Misc fixes before publishing new version (#271) (19a559c) Bump version: 0.3.3 -> 0.3.4 (#269) (88afe90) Change license to CC0 (#270) (a88d785) Build x86_64-pc-windows-gnu target for releases (#267) (69e79b9) Bump dependencies (#265) (ce65a15) Clean up grammar (#268) (659af49) Miscellaneous cleanup (#261) (def1bda) Refactor Tokenizer (#260) (8611735) Refactor more tests into macro invocations (#259) (afe2c0f) Refactor evaluators and resolvers into common form (#258) (28a57d9) Convert parser tests to macros (#257) (bc79d16) Use imperative mood in help strings (#256) (87b2130) Use uppercase names for arguments (#255) (c84a86d) Rename `options` to `configuration` (#254) (7166fa9) Do not evaluate backticks in assignments during dry runs (#253) (acb5d6f) Refactor some other stuff (#252) (13a124d) Refactor Everything (#250) (2b6b715) Give errors clearer names (#249) (86dc82f) Add rename recipe to justfile (#248) (a4bf6c3) Stop empty comments from swallowing the next line (#247) (3acd566) Make unexpected token formatting clearer (#243) (b9e1f73) Add instructions for installing via Homebrew (#238) (fcc27a9)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f87b7db23e1..e7299600c140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 3 17:07:08 UTC 2017
+# Mon Dec 4 23:24:56 UTC 2017
pkgbase = just-git
pkgdesc = Just a command runner, like make.
- pkgver = 0.3.3.29.g79c0994.363
+ pkgver = 0.3.3.30.g92ed21c.364
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0262bd2859ea..69601e1d5f25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=just-git
-pkgver=0.3.3.29.g79c0994.363
+pkgver=0.3.3.30.g92ed21c.364
pkgrel=1
pkgdesc="Just a command runner, like make."
arch=('x86_64' 'i686')