diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-01-07 17:07:05 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-03-07 01:30:07 +0000 |
commit | 440da57900081ac189af0ba5081bae917bf94df5 (patch) | |
tree | 68e7fea075e59e9b2299ccf6f6b5f55ab346093d /net-p2p/sia | |
parent | profiles/desktop: Remove keyword for app-crypt/libu2f-host (diff) | |
download | portage-440da57900081ac189af0ba5081bae917bf94df5.tar.xz |
net-p2p/sia: Version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-p2p/sia')
-rw-r--r-- | net-p2p/sia/Manifest | 2 | ||||
-rw-r--r-- | net-p2p/sia/sia-1.3.1.ebuild (renamed from net-p2p/sia/sia-1.3.0.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/sia/Manifest b/net-p2p/sia/Manifest index bcfe1615..fe790119 100644 --- a/net-p2p/sia/Manifest +++ b/net-p2p/sia/Manifest @@ -1 +1 @@ -DIST Sia-UI-v1.3.0-linux-x64.zip 58081519 BLAKE2B af09c9f585784dcdf63a5f467925a3b67f4e077515ce41382aba05ce274fbe42d59fb8f6bc3fd175c70d5b04fbfac9b62ba73583b08ac265ddfcdb32ea44fb9f SHA512 90ab72242718777e7dfe0eb89ed311ce02365b6d32edb78ba22af9980b0f48b9bfb50f963d5b00782ac4837730f87d84094edf84d775e40d138c2ce6e046ced0 +DIST Sia-UI-v1.3.1-linux-x64.zip 58427029 BLAKE2B c89c98f6f45508c454bfd9cd0c558fa9ae15bd3411b393a4018772dff5d457053a5c041277005a15f3b3fa642dc79fc6d5f2567d7a33d2e3df13f3a9f58783ba SHA512 c88dc649f7c08aed215c4c78860482cb7e9e919042441f95edf136f06900b7aabe2466fa39cd756264ec7b6eea32aa1c9cf9e3d246b32254e541a4d68a9d208c diff --git a/net-p2p/sia/sia-1.3.0.ebuild b/net-p2p/sia/sia-1.3.1.ebuild index c786e779..afa7095e 100644 --- a/net-p2p/sia/sia-1.3.0.ebuild +++ b/net-p2p/sia/sia-1.3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A Graphical Frontend for Sia" HOMEPAGE="https://sia.tech" -SRC_URI="https://github.com/NebulousLabs/Sia-UI/releases/download/v1.3.0/Sia-UI-v${PV}-linux-x64.zip" +SRC_URI="https://github.com/NebulousLabs/Sia-UI/releases/download/v${PV}/Sia-UI-v${PV}-linux-x64.zip" LICENSE="MIT" SLOT="0" |