Skip to content

Commit

Permalink
bump dtach
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jun 21, 2024
1 parent 734477e commit 72bf972
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Latest changes
* Bftpd 6.2
* bvi 1.4.2
* CCID 1.5.5
* dtach 0.9
* Dropbear 2024.85
* FFmpeg 5.1.4
* Git 2.45.2
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/dtach/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_DTACH
bool "dtach 0.8 (binary only)"
bool "dtach 0.9 (binary only)"
default n
select FREETZ_LIB_libutil if FREETZ_TARGET_UCLIBC_HAS_multiple_libs
help
Expand Down
10 changes: 8 additions & 2 deletions make/pkgs/dtach/dtach.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
$(call PKG_INIT_BIN,0.8)
$(call PKG_INIT_BIN, 0.9)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH:=16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9
$(PKG)_HASH:=32e9fd6923c553c443fab4ec9c1f95d83fa47b771e6e1dafb018c567291492f3
$(PKG)_SITE:=@SF/dtach
### WEBSITE:=https://dtach.sourceforge.net/
### CHANGES:=https://github.com/crigler/dtach/tags
### CVSREPO:=https://github.com/crigler/dtach

$(PKG)_BINARY:=$($(PKG)_DIR)/dtach
$(PKG)_TARGET_BINARY:=$($(PKG)_DEST_DIR)/usr/bin/dtach


$(PKG_SOURCE_DOWNLOAD)
$(PKG_UNPACKED)
$(PKG_CONFIGURED_CONFIGURE)
Expand All @@ -19,6 +24,7 @@ $(pkg):

$(pkg)-precompiled: $($(PKG)_TARGET_BINARY)


$(pkg)-clean:
-$(SUBMAKE) -C $(DTACH_DIR) clean

Expand Down

1 comment on commit 72bf972

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about dtach and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/dtach

Please sign in to comment.