diff options
author | AUR Update Bot | 2017-12-03 18:07:08 +0100 |
---|---|---|
committer | haawda | 2017-12-03 18:07:08 +0100 |
commit | d814e9294957ae0430bfbcc0b83b03f5693c6005 (patch) | |
tree | 7c386f1d7576cf67d1f41c8cbff1f8d04ec765c7 /.SRCINFO | |
parent | 53da7b4d041d9eb1c90f4afe2004f1f5b7c29a68 (diff) | |
download | aur-d814e9294957ae0430bfbcc0b83b03f5693c6005.tar.gz |
Updated version (0.3.3.28.g9a56e27.362 -> 0.3.3.29.g79c0994.363).
Changelog
=========
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)
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Dec 2 22:52:01 UTC 2017 +# Sun Dec 3 17:07:08 UTC 2017 pkgbase = just-git pkgdesc = Just a command runner, like make. - pkgver = 0.3.3.28.g9a56e27.362 + pkgver = 0.3.3.29.g79c0994.363 pkgrel = 1 url = https://github.com/casey/just arch = x86_64 |