summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-12 22:44:30 +0200
committerGoliathLabs2020-05-12 22:44:30 +0200
commit61d176c4b3e19028a9fca6c1b8196abdb453b3b5 (patch)
tree06598763612e4c8564f3c4dc08210cce9e8dfb81
parent57fd44d803b81d6fb095f8abef89dae37a79bdc8 (diff)
downloadaur-ruby-haste.tar.gz
Updated: 0.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432b1f6bae00..64558db092f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Mar 16 05:08:02 UTC 2017
pkgbase = ruby-haste
pkgdesc = Simple client for uploading text to a haste-server (hastebin)
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/seejohnrun/haste-client
arch = any
@@ -10,8 +8,8 @@ pkgbase = ruby-haste
depends = ruby
depends = ruby-faraday
depends = ruby-json
- source = https://rubygems.org/downloads/haste-0.2.2.gem
- sha256sums = d7b3e1c86233afaed58ca4fdb74d128d4e69cfb4fe7c139358f66f8c20023f77
+ source = https://rubygems.org/downloads/haste-0.2.3.gem
+ sha256sums = 986048f20b22c8251dc775041ddba04a298b953ee0d09bb0046df34ef7045849
pkgname = ruby-haste
diff --git a/PKGBUILD b/PKGBUILD
index 977375f4d19c..e45d1de3500f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Bjorn Neergaard (neersighted) <bjorn@neersighted.com>
+# Maintainer: 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.2
+pkgver=0.2.3
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=('d7b3e1c86233afaed58ca4fdb74d128d4e69cfb4fe7c139358f66f8c20023f77')
+sha256sums=('986048f20b22c8251dc775041ddba04a298b953ee0d09bb0046df34ef7045849')
arch=('any')
depends=('ruby' 'ruby-faraday' 'ruby-json')