db: extract update_* to external update file
This commit is contained in:
parent
0a194cb117
commit
9fa01c6c9e
|
@ -11,8 +11,6 @@ make_build_args="LIBSO_LIBS=-lpthread"
|
|||
short_desc="The Berkeley DB embedded database system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
||||
update_site="http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-082944.html"
|
||||
update_ignore="6.* *NC"
|
||||
license="BSD"
|
||||
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||
checksum=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-082944.html"
|
||||
ignore="6.* *NC"
|
Loading…
Reference in New Issue