diff --git a/.gitignore b/.gitignore index e6e67ad..f58ed5e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /toolbox-0.0.13.tar.xz /toolbox-0.0.14.tar.xz /toolbox-0.0.15.tar.xz +/toolbox-0.0.16.tar.xz diff --git a/sources b/sources index 6694403..3d78cf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.15.tar.xz) = 3fc4c22dd6d72fddad9d808d1ed1caaf8162cac116fbc814f194ca529c5925d36e24aeb4e6022d0f6817ba3a2cc1e9793d025fab3066072de26d62243747bc45 +SHA512 (toolbox-0.0.16.tar.xz) = 4b87c023090a5862c0b16aa994eb3778158e199525e3a0e8836e361824238df4fae58b020df91b0131a6fb7ac6dc1ee3eaa153cc50f6232826b55eb5a0903c90 diff --git a/toolbox.spec b/toolbox.spec index 163b076..c6c47b7 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,11 +1,11 @@ Name: toolbox -Version: 0.0.15 +Version: 0.0.16 Release: 1%{?dist} Summary: Unprivileged development environment License: ASL 2.0 -URL: https://github.com/debarshiray/toolbox -Source0: https://github.com/debarshiray/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +URL: https://github.com/containers/toolbox +Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildArch: noarch # buildah and podman only work on the following architectures: @@ -130,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Tue Oct 29 2019 Debarshi Ray - 0.0.16-1 +- Update to 0.0.16 + * Mon Sep 30 2019 Debarshi Ray - 0.0.15-1 - Update to 0.0.15