diff --git a/README.md b/README.md index 0ca54eb..92bcbc6 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ Version: 0.0.89 3. Download the .tar.gz file from the release ```bash -VERSION=0.0.89 +VERSION=0.0.92 wget https://github.com/singularityhub/sregistry-cli/archive/sregistry-cli-${VERSION}.tar.gz ``` 4. Use rpmbuild to build it. ```bash -rpmbuild -ta sregistry-cli-$version.tar.gz +rpmbuild -ta sregistry-cli-$VERSION.tar.gz ``` You should get an srpm which that can be distributed and anyone can be rebuilt: diff --git a/sregistry-cli.spec b/sregistry-cli.spec index 01138d1..b209483 100644 --- a/sregistry-cli.spec +++ b/sregistry-cli.spec @@ -4,13 +4,13 @@ # credit for work goes to the amazing @griznog, John Hanks # Name: sregistry-cli -Version: 0.0.92 +Version: 0.0.93 Release: 0 Url: http://www.github.com/singularityhub/sregistry-cli Summary: Command line tool for working with container storage License: LICENSE (FIXME:No SPDX) Group: Development/Languages/Python -Source: https://files.pythonhosted.org/packages/source/s/sregistry/sregistry-%{version}.tar.gz +Source: https://github.com/singularityhub/sregistry-cli/archive/${name}-${version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel %description diff --git a/sregistry/version.py b/sregistry/version.py index 10500ed..a3d6283 100644 --- a/sregistry/version.py +++ b/sregistry/version.py @@ -19,7 +19,7 @@ ''' -__version__ = "0.0.91" +__version__ = "0.0.93" AUTHOR = 'Vanessa Sochat' AUTHOR_EMAIL = 'vsochat@stanford.edu' NAME = 'sregistry'