diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-08-01 12:12:36 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-08-01 12:12:36 +0000 |
commit | 974f26dfb151d64905037a1f91516acef1d68f0f (patch) | |
tree | 06ef3a250a48b0f4edba8bc4caf4eb85b88e5372 /community/dep | |
parent | d967bd2f3197d13bbdf3a6a7cee2548ccfc005fe (diff) | |
download | aports-974f26dfb151d64905037a1f91516acef1d68f0f.tar.bz2 aports-974f26dfb151d64905037a1f91516acef1d68f0f.tar.xz |
community/dep: upgrade to 0.5.0
Diffstat (limited to 'community/dep')
-rw-r--r-- | community/dep/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dep/APKBUILD b/community/dep/APKBUILD index eb6f81e564..2ec9e00cfe 100644 --- a/community/dep/APKBUILD +++ b/community/dep/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ed Robinson <edward-robinson@cookpad.com> # Maintainer: Ed Robinson <edward-robinson@cookpad.com> pkgname=dep -pkgver=0.4.1 +pkgver=0.5.0 pkgrel=0 pkgdesc="Go dependency management tool" url="https://github.com/golang/dep" @@ -35,4 +35,4 @@ check() { ./bin/dep status > /dev/null } -sha512sums="29caef5dbbb21020f4ba4024b9c8601da5c7f9f8caa5ab63c6dfa927be2140d33037473600246f35a6e58f94bad592b1974c38b8b9fec6f4d1d68ec8324db3d2 dep-0.4.1.tar.gz" +sha512sums="c33ad06ed647b33753e45e7097e979d0999b8a44e2087cbf3b3bb9d1c71b3f606b349d5fadfcc1dd461d8ca7f8f4ac995338264536afdab5eb2a63d27432b0f6 dep-0.5.0.tar.gz" |