Skip to content

Commit

Permalink
93
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Aug 15, 2018
1 parent 335970f commit 7da9c85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions sregistry-cli.spec
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sregistry/version.py
Expand Up @@ -19,7 +19,7 @@
'''

__version__ = "0.0.91"
__version__ = "0.0.93"
AUTHOR = 'Vanessa Sochat'
AUTHOR_EMAIL = 'vsochat@stanford.edu'
NAME = 'sregistry'
Expand Down

0 comments on commit 7da9c85

Please sign in to comment.