Skip to content

Commit

Permalink
Update version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aji-prod committed Jul 23, 2020
1 parent 087a2f3 commit 5d0d3f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer : aji <[email protected]>
pkgname=tomato
pkgver=0.4.0
pkgver=0.4.1
pkgrel=1
pkgdesc="AUR local repository manager"
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ operations:
tomato list [all|status|split]
# list maintained packages;
tomato search <package(s)> # search an AUR package;
tomato version [number] # show version 0.4.0;
tomato version [number] # show version 0.4.1;
tomato (usage|help) # this help message.

tomato -Syu # or any other short variant (-Syuu, -Suy,
Expand All @@ -38,7 +38,7 @@ options:
tomato --tomato-config <path> # path to custom tomato config;
tomato --edit # prompt to edit PKGBUILDs or build files.

Tomato v0.4.0
Tomato v0.4.1
```

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docker/tomato.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

NAME="tomato"
VERSION=0.4.0
VERSION=0.4.1

REPODIR="${REPODIR:-/var/pkg/${NAME}}"
REPOLST="${REPODIR}/${NAME}.pkglist"
Expand Down
2 changes: 1 addition & 1 deletion tomato
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
NAME=$(basename ${0:-tomato})
VERSION=0.4.0
VERSION=0.4.1
readonly NAME
readonly VERSION

Expand Down

0 comments on commit 5d0d3f4

Please sign in to comment.