diff options
author | Michal Wojdyla | 2024-07-06 06:33:58 +0200 |
---|---|---|
committer | Michal Wojdyla | 2024-07-06 06:33:58 +0200 |
commit | b770a6a8a608e19a85a2009a36cc5903c1d26bff (patch) | |
tree | d4f6d5c659eb13898714ec224c174f8b78cd8161 | |
parent | 61d176c4b3e19028a9fca6c1b8196abdb453b3b5 (diff) | |
download | aur-b770a6a8a608e19a85a2009a36cc5903c1d26bff.tar.gz |
update to 0.3.0
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = ruby-haste pkgdesc = Simple client for uploading text to a haste-server (hastebin) - pkgver = 0.2.3 + pkgver = 0.3.0 pkgrel = 1 url = https://github.com/seejohnrun/haste-client arch = any @@ -8,8 +8,7 @@ pkgbase = ruby-haste depends = ruby depends = ruby-faraday depends = ruby-json - source = https://rubygems.org/downloads/haste-0.2.3.gem - sha256sums = 986048f20b22c8251dc775041ddba04a298b953ee0d09bb0046df34ef7045849 + source = https://rubygems.org/downloads/haste-0.3.0.gem + sha256sums = 102c7727eebfde6fe15a65ebb69247e60f0936843777a84541e25ef4af1b9f84 pkgname = ruby-haste - @@ -1,16 +1,16 @@ -# Maintainer: Felix Golatofski <contact@xdfr.de> +# Contributor: Felix Golatofski <contact@xdfr.de> # Contributor: Bjorn Neergaard (neersighted) <bjorn@neersighted.com> # Contributor: Matt Harrison <matt@mistbyte.com> _pkgname=ruby-haste pkgname=ruby-haste -pkgver=0.2.3 +pkgver=0.3.0 pkgrel=1 pkgdesc='Simple client for uploading text to a haste-server (hastebin)' url='https://github.com/seejohnrun/haste-client' license=('MIT') source=("https://rubygems.org/downloads/haste-${pkgver}.gem") -sha256sums=('986048f20b22c8251dc775041ddba04a298b953ee0d09bb0046df34ef7045849') +sha256sums=('102c7727eebfde6fe15a65ebb69247e60f0936843777a84541e25ef4af1b9f84') arch=('any') depends=('ruby' 'ruby-faraday' 'ruby-json') |