Skip to content

Commit

Permalink
Merge pull request #61 from admlck/minicom-2.10
Browse files Browse the repository at this point in the history
utils/minicom: Bump to 2.10
  • Loading branch information
jkloetzke authored Feb 23, 2025
2 parents 522672a + 4aaff9c commit d225bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
8 changes: 3 additions & 5 deletions recipes/utils/minicom.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit: [autotools, autoconf, patch]
inherit: [autotools, autoconf]

metaEnvironment:
PKG_VERSION: "2.9"
PKG_VERSION: "2.10"
PKG_LICENSE: "GPL-2.0+"

depends:
Expand All @@ -14,12 +14,10 @@ depends:
checkoutSCM:
scm: url
url: https://salsa.debian.org/minicom-team/minicom/-/archive/${PKG_VERSION}/minicom-${PKG_VERSION}.tar.bz2
digestSHA1: c25af7dda22a83671c75a145de288e3e0bb5c1b4
digestSHA256: 90e7ce2856b3eaaa3f452354d17981c49d32c426a255b6f0d3063a227c101538
stripComponents: 1

checkoutDeterministic: True
checkoutScript: |
patchApplySeries $<@minicom/*.patch@>

buildScript: |
autotoolsBuild $1 \
Expand Down
19 changes: 0 additions & 19 deletions recipes/utils/minicom/no-lock-dir-check.patch

This file was deleted.

0 comments on commit d225bc0

Please sign in to comment.