gist: update to 4.5.0

This commit is contained in:
Jeff Huang 2016-03-01 11:33:38 +00:00
parent 3510315122
commit 0d34fcc554

View File

@ -1,5 +1,5 @@
pkgname=gist
pkgver=4.4.2
pkgver=4.5.0
pkgrel=1
pkgdesc="Provides a gist command to use from the terminal to upload content to https://gist.github.com/."
arch=('x86_64')
@ -9,7 +9,7 @@ depends=('ruby')
optdepends=("xclip: put pasted gist's url into X selection automagically"
"xsel: put pasted gist's url into X selection automagically")
source=("https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('8ba23ef75c9650ea03557ae8eaf20b20')
md5sums=('e11782589936c011ea5e40bc8ca62533')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"