diff options
author | haawda | 2017-11-18 15:20:17 +0100 |
---|---|---|
committer | haawda | 2017-11-18 15:20:17 +0100 |
commit | f8ec2ab512d38ecab766e22fe7c89388cf8b3cc0 (patch) | |
tree | d0f2d8ac6e71dc2e4ab2d96ddc7a7e7c79b9db07 | |
parent | 22313eee67d364dc55cd8d325da2c771594723c7 (diff) | |
download | aur-f8ec2ab512d38ecab766e22fe7c89388cf8b3cc0.tar.gz |
Updated version (0.3.3.6.g2b6b715.340 -> 0.3.3.15.g8611735.349).
Changelog
=========
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-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Nov 18 00:54:29 UTC 2017 +# Sat Nov 18 14:20:16 UTC 2017 pkgbase = just-git pkgdesc = Just a command runner, like make. - pkgver = 0.3.3.6.g2b6b715.340 + pkgver = 0.3.3.15.g8611735.349 pkgrel = 1 url = https://github.com/casey/just arch = x86_64 @@ -1,7 +1,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=just-git -pkgver=0.3.3.6.g2b6b715.340 +pkgver=0.3.3.15.g8611735.349 pkgrel=1 pkgdesc="Just a command runner, like make." arch=('x86_64' 'i686') |