Snap v1.9.1 and minor snap output improvement
This commit is contained in:
parent
d2dba2fc31
commit
5b1f2a227f
|
@ -116,7 +116,7 @@ def app_version():
|
|||
|
||||
# snap package
|
||||
if os.getenv("PKG_MARKER") == "SNAP":
|
||||
print(getoutput("echo Snap: $SNAP_VERSION"))
|
||||
print(getoutput("echo Snap version: $SNAP_VERSION"))
|
||||
# aur package
|
||||
elif dist_name in ["arch", "manjaro", "garuda"]:
|
||||
aur_pkg_check = call("pacman -Qs auto-cpufreq > /dev/null", shell=True)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: auto-cpufreq
|
||||
base: core20
|
||||
version: '1.9.0'
|
||||
version: '1.9.1'
|
||||
summary: Automatic CPU speed & power optimizer for Linux
|
||||
description: |
|
||||
Automatic CPU speed & power optimizer for Linux based on active
|
||||
|
|
Loading…
Reference in New Issue