1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00

Merge pull request #13103 from neheb/mpack

mpack: update URLs
This commit is contained in:
Rosen Penev 2020-08-13 01:20:49 -07:00 committed by GitHub
commit fac71e73e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ PKG_RELEASE:=1
PKG_LICENSE:=NLPL
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.andrew.cmu.edu/pub/mpack/
PKG_SOURCE_URL:=https://fossies.org/linux/misc/old
PKG_HASH:=274108bb3a39982a4efc14fb3a65298e66c8e71367c3dabf49338162d207a94c
PKG_INSTALL:=1
@ -24,7 +24,7 @@ define Package/mpack
SECTION:=utils
CATEGORY:=Utilities
TITLE:=mpack/munpack MIME format mail messages
URL:=http://ftp.andrew.cmu.edu/pub/mpack/
URL:=https://gitlab.com/osdp/mpack
MAINTAINER:=Dmitry V. Zimin <pfzim@mail.ru>
endef