diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-28 01:47:11 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-28 01:47:11 +0000 |
commit | 9ebd8abaf27f270fc02cb502b6276da7dc9edc58 (patch) | |
tree | 4f5946719e98c994f62cb05bfb2a3ec7cbadfd94 /community/corebird | |
parent | f5f1027192dffa558be39be5d8256643207446b9 (diff) | |
download | aports-9ebd8abaf27f270fc02cb502b6276da7dc9edc58.tar.bz2 aports-9ebd8abaf27f270fc02cb502b6276da7dc9edc58.tar.xz |
community/corebird: upgrade to 1.7.3
Diffstat (limited to 'community/corebird')
-rw-r--r-- | community/corebird/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/corebird/APKBUILD b/community/corebird/APKBUILD index bc21718787..ad0fc9a372 100644 --- a/community/corebird/APKBUILD +++ b/community/corebird/APKBUILD @@ -1,7 +1,7 @@ # Contributor: ScrumpyJack <scrumpyjack@st.ilet.to> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=corebird -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=0 pkgdesc="Corebird is a modern, easy and fun Twitter client" url="https://corebird.baedert.org/" @@ -41,5 +41,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="26ac9215130975011ec83fb6e379888b52f7d5027943627788dd4aaa9cb8085de0f7f7e78e45ff97a8f1cd5b00bf28ce42865897056297e9a02c8d6c6e76b5ad corebird-1.7.2.tar.gz +sha512sums="f4909f6d58ab881c77a7daffcc90243f089f58bc0198efcfafa37a419b7c6f04a1deaba4c6174270110b8ca7dbc589edc28d4e1f6efd76adfa83e96e6ec330b2 corebird-1.7.3.tar.gz ce31141924a58b9081453b4c9490b22f2d039624a8f06d8f9418c5b8581cb8443a57db304d1112331dda547905cbe3df0c26f08f62ff78a2b210465fc3506e94 disable-gst-check.patch" |