diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:19:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:53:54 +0100 |
commit | b0f70597cc09a9fa897fe57fc3434c14eca3a9a3 (patch) | |
tree | f40e09c8e52ea72e23c57a71903ef99caf10a8aa | |
parent | 98e700a5e600bc7009a504188e811563bc748c82 (diff) |
openobex: update to 1.7.2
-rw-r--r-- | package/openobex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openobex/Makefile b/package/openobex/Makefile index 18fe0c5c3..b8208e861 100644 --- a/package/openobex/Makefile +++ b/package/openobex/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= openobex -PKG_VERSION:= 1.7.1 +PKG_VERSION:= 1.7.2 PKG_RELEASE:= 1 -PKG_HASH:= 3b264665d90901ea4ff720332ffb9b6d1d8f67187463d3a3279caddc7205ea57 +PKG_HASH:= 158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d73dd4fc PKG_DESCR:= implementation of the obex protocol PKG_SECTION:= sys/misc PKG_BUILDDEP:= eudev bluez |