Skip to content

Commit

Permalink
Merge pull request #53 from snapcore/bump
Browse files Browse the repository at this point in the history
snapd: update to 2.61.3
  • Loading branch information
zyga authored Mar 8, 2024
2 parents c5f1de1 + c287fdf commit 8d83391
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 0 additions & 6 deletions recipes-support/snapd/snapd-2.61.2.inc

This file was deleted.

6 changes: 6 additions & 0 deletions recipes-support/snapd/snapd-2.61.3.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SRC_URI = "https://${GO_IMPORT}/releases/download/${PV}/snapd_${PV}.vendor.tar.xz"

SRC_URI[md5sum] = "407a07be765fc817c7030ce606e74944"
SRC_URI[sha256sum] = "90d427ca0a0e1306e647c6091176fba678522e2af04228aa274a34d011c82123"

S = "${WORKDIR}/${PN}-${PV}"
4 changes: 2 additions & 2 deletions recipes-support/snapd/snapd-git.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PR = "r0"


BASEPV = "2.61.2"
BASEPV = "2.61.3"
SRC_URI = "git://github.com/snapcore/snapd.git;protocol=https;branch=release/${BASEPV};destsuffix=git/"
PV = "${BASEPV}+git${SRCPV}"
S = "${WORKDIR}/git"

SRCREV = "a9c308a6cdb90b8d0e66b57d5f007b1a8bd7cdf1"
SRCREV = "12e48ef9a63b92964a57e549107c648887b040eb"

DEFAULT_PREFERENCE ??= "-1"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HOMEPAGE = "https://www.snapcraft.io"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://${WORKDIR}/snapd-${PV}/COPYING;md5=d32239bcb673463ab874e80d47fae504"

require snapd-2.61.2.inc
require snapd-2.61.3.inc
S = "${WORKDIR}/snapd-${PV}"

RDEPENDS_${PN} += " \
Expand Down
2 changes: 0 additions & 2 deletions recipes-support/snapd/snapd_2.61.2.bb

This file was deleted.

2 changes: 2 additions & 0 deletions recipes-support/snapd/snapd_2.61.3.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include snapd.inc
include snapd-2.61.3.inc

0 comments on commit 8d83391

Please sign in to comment.