libdevuansdk

common library for devuan's simple distro kits
git clone https://git.parazyd.org/libdevuansdk
Log | Files | Refs | Submodules | README | LICENSE

commit 93d89b5f7ee686e7ed3d7558260f461d4ef20a17
parent a3b1efff8cb6fee945191461fe632526a81ae418
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 12 Mar 2020 10:11:17 +0100

Switch default release to beowulf.

Diffstat:
Mconfig | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config b/config @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# Copyright (c) 2016-2017 Dyne.org Foundation +# Copyright (c) 2016-2020 Dyne.org Foundation # libdevuansdk is maintained by Ivan J. <parazyd@dyne.org> # # This file is part of libdevuansdk @@ -34,8 +34,8 @@ aptcachedir="$LIBPATH/apt-cache" aptcachegpg="0xdeadbeefdeadbeef" os="devuan" -release="ascii" -version="2.0.0" +release="beowulf" +version="3.0.0" mirror="http://pkgmaster.devuan.org/merged" section="main contrib non-free"