summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-08-04 17:08:16 -0500
committerDan Beste2018-08-04 17:08:16 -0500
commit82300e325d0f4471ae860cd72088266d27eedc3d (patch)
tree2f77901df91d3333a1c6b25b8e985f9c97b5bc72
parente99886d999ff1ff3670af0140cbf232e54b0bb19 (diff)
downloadaur-82300e325d0f4471ae860cd72088266d27eedc3d.tar.gz
upgpkg: stratisd 0.5.5-1
upstream release v0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbfc12cda51a..cc6cdcbe37da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stratisd
pkgdesc = Stratis is a new tool that meets the needs of Red Hat Enterprise Linux (RHEL) users calling for an easily configured, tightly integrated solution for storage that works within the existing Red Hat storage management stack.
- pkgver = 0.5.3
+ pkgver = 0.5.5
pkgrel = 1
url = https://stratis-storage.github.io/
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = stratisd
makedepends = rust
provides = stratisd
conflicts = stratisd
- source = stratisd-0.5.3.tar.gz::https://github.com/stratis-storage/stratisd/archive/v0.5.3.tar.gz
+ source = stratisd-0.5.5.tar.gz::https://github.com/stratis-storage/stratisd/archive/v0.5.5.tar.gz
source = initcpio-install
source = org.storage.stratis1.service
source = stratisd.service
source = stratisd-boot.service
- sha256sums = 1587c73439b901ef2ac68b54b8e20e9c411462e4f092f9749814521d48fd10dc
+ sha256sums = ca0de355c1ae5caa562b3fae5554eb8bae8f1916b3ef7052ec5d88037eaf0458
sha256sums = e12069c231c3f7c6e16b347ffcddb5cf919c9e5105c56a7b9a994e1adc49da25
sha256sums = 72ab992ff564d4dd6f0290bd12e973268e45ac0b154e4695796e9737ffed31fe
sha256sums = 2143a3f942a3c2975a006c96ec78cf960417943a2425b564f91425f3a50a7ccd
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bc9028b62ecb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Blacklist:
+*
+
+# Whitelist:
+!.SRCINFO
+!.gitignore
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index a5fdeefeb671..5e452299eaf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Beste <dan.ray.beste@gmail.com>
pkgname='stratisd'
-pkgver=0.5.3
+pkgver=0.5.5
pkgrel=1
pkgdesc='Stratis is a new tool that meets the needs of Red Hat Enterprise Linux (RHEL) users calling for an easily configured, tightly integrated solution for storage that works within the existing Red Hat storage management stack.'
arch=('x86_64')
@@ -18,7 +18,7 @@ source=(
'stratisd-boot.service'
)
sha256sums=(
- '1587c73439b901ef2ac68b54b8e20e9c411462e4f092f9749814521d48fd10dc'
+ 'ca0de355c1ae5caa562b3fae5554eb8bae8f1916b3ef7052ec5d88037eaf0458'
'e12069c231c3f7c6e16b347ffcddb5cf919c9e5105c56a7b9a994e1adc49da25'
'72ab992ff564d4dd6f0290bd12e973268e45ac0b154e4695796e9737ffed31fe'
'2143a3f942a3c2975a006c96ec78cf960417943a2425b564f91425f3a50a7ccd'