summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraji2021-09-27 20:37:35 +0200
committeraji2021-09-27 20:37:35 +0200
commitea3c7d1bba3c59dffc81e88fca45665c117a40f8 (patch)
treee6c0fd2f471ee9c1bc1f7bf7e3cfcc1c15b0d201
parent39568363d7f1c0f7c478c6955457fbfbe66e23fd (diff)
downloadaur-ea3c7d1bba3c59dffc81e88fca45665c117a40f8.tar.gz
v0.6.0
* Add `tomato status` command alias to `tomato list status` (not documented); * Add `tomato` with no verb to attach the running tomato image, if any, to the current console (not documented); * Fix some completions; * Fix `tomato list status` error if no database exists.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fac23033e46..a8c4eeb70679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = tomato
pkgdesc = AUR local repository manager
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/aji-prod/tomato
arch = any
license = GPL3
depends = docker
- source = tomato-0.5.1.tar.gz::https://github.com/aji-prod/tomato/archive/v0.5.1.tar.gz
- md5sums = 7da157ffa06a344e76cf138c87523ed5
+ source = tomato-0.6.0.tar.gz::https://github.com/aji-prod/tomato/archive/v0.6.0.tar.gz
+ sha256sums = fb90f61d3468ba344177a5da7b347fc11cc06d30ae865af1ebc252c085b114d5
pkgname = tomato
-
diff --git a/PKGBUILD b/PKGBUILD
index a05a5728ad23..0b8dc79a5f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : aji <43468383+aji-prod@users.noreply.github.com>
pkgname=tomato
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
pkgdesc="AUR local repository manager"
arch=('any')
@@ -10,7 +10,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz"::https://github.com/aji-prod/tomato/archive/v"${pkgver}".tar.gz
)
-md5sums=('7da157ffa06a344e76cf138c87523ed5')
+sha256sums=('fb90f61d3468ba344177a5da7b347fc11cc06d30ae865af1ebc252c085b114d5')
depends=(
'docker'