Browse Source

gnunet-secushare: fix build against new GNUnet CADET API

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 5 years ago
parent
commit
daadbe2b80
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      net/gnunet-secushare/Makefile

+ 4
- 4
net/gnunet-secushare/Makefile View File

@ -2,10 +2,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnunet-secushare
PKG_SOURCE_VERSION:=81939cb93670efcee8e99884d10d2676b02edba9
PKG_SOURCE_DATE:=20190228
PKG_MIRROR_HASH:=64a0fb7ad6a515559360de71df85dde152f55a60585668f15114bc1f55cf2742
PKG_RELEASE:=3
PKG_SOURCE_VERSION:=5fc42cc72b97b22a27d8d6622060a429f7fa9098
PKG_SOURCE_DATE:=20190728
PKG_MIRROR_HASH:=44106b73d7077ff8123d9972f6a1f746eca7a4d4e47a623d6576db80bdb97bad
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://gnunet.org/git/gnunet-secushare.git
PKG_SOURCE_PROTO:=git
PKG_LICENSE:=GPL-3.0


Loading…
Cancel
Save