ZeroNerds / zeronet-snap

ZeroNet as snap
https://zeronet.io/
GNU General Public License v3.0
10 stars 1 forks source link

Ubuntu 19.04 & zeronet snap version #9

Closed katian closed 4 years ago

katian commented 4 years ago

Hello,

on Ubuntu 19.04

$ snap info zeronet

say

channels:
  stable:    0.7.1-r4206 2019-09-07 (2061) 21MB -
  candidate: 0.7.1-r4206 2019-09-07 (2061) 21MB -
  beta:      0.7.1-r4206 2019-09-07 (2061) 21MB -
  edge:      0.7.1-r4206 2019-09-07 (2061) 21MB -
installed:   0.7.1-r4206            (2061) 21MB -

but when i run

$ zeronet

it say Version: 0.7.0 r4206, Python 3.6.8 (default, Jan 14 2019, 11:02:34)

and

$ snap list

give me

zeronet 0.7.1-r4206 2061 stable mkg20001 -

Thanks

mkg20001 commented 4 years ago

Try snap refresh --stable zeronet

mkg20001 commented 4 years ago

screenshot

That's the culprit. The version was increased after the revision which the update script incorrectly ignores.

Fixed builds should be out in up to 24 hours.

katian commented 4 years ago

Thank you mkg20001 ! :+1: