summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25e0a52be87b..e4e927111b92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-influxdb
pkgdesc = The Official Ruby library for InfluxDB
- pkgver = 0.1.8
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/influxdb/influxdb-ruby/
arch = any
@@ -8,9 +8,9 @@ pkgbase = ruby-influxdb
makedepends = rubygems
depends = ruby
optdepends = influxdb
- noextract = influxdb-0.1.8.gem
- source = http://rubygems.org/downloads/influxdb-0.1.8.gem
- md5sums = a4da7ac1eeb245b8f76a668fdf516df4
+ noextract = influxdb-0.8.0.gem
+ source = https://rubygems.org/downloads/influxdb-0.8.0.gem
+ sha512sums = b4c7b7f0123683b50e85175e9c73bb38586e39a5ec5f05b48083e2e1753d149ac90782421b914ad2f7463abb6e0f85d4cb830b8c4a41629a97275841045b58d6
pkgname = ruby-influxdb
diff --git a/PKGBUILD b/PKGBUILD
index f7e60ea197b7..8ccc1b1be495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
+
_gemname=influxdb
pkgname=ruby-$_gemname
-pkgver=0.1.8
+pkgver=0.8.0
pkgrel=1
pkgdesc="The Official Ruby library for InfluxDB"
arch=('any')
@@ -10,9 +12,9 @@ license=('MIT')
depends=('ruby')
makedepends=('rubygems')
optdepends=('influxdb')
-source=(http://rubygems.org/downloads/$_gemname-$pkgver.gem)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-md5sums=('a4da7ac1eeb245b8f76a668fdf516df4')
+sha512sums=('b4c7b7f0123683b50e85175e9c73bb38586e39a5ec5f05b48083e2e1753d149ac90782421b914ad2f7463abb6e0f85d4cb830b8c4a41629a97275841045b58d6')
package() {
cd "$srcdir"