summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordotiful2021-12-12 20:29:31 +0200
committerdotiful2021-12-12 20:29:31 +0200
commit61b516c396c99d7f0332f6054aba83fb055c6ced (patch)
tree44aa5bbd3ea6da3079936c59b90de2dce6a9ab67
parent1dee52812e4e9dbce5a93e4e85c37d382bec1145 (diff)
downloadaur-sheldon-bin.tar.gz
version 0.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3113919d21f9..f51360260f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sheldon-bin
pkgdesc = A fast, configurable, shell plugin manager
- pkgver = 0.6.4
+ pkgver = 0.6.5
pkgrel = 1
url = https://github.com/rossmacarthur/sheldon
arch = x86_64
license = MIT
provides = sheldon
conflicts = sheldon
- source = sheldon-v0.6.4.tar.gz::https://github.com/rossmacarthur/sheldon/releases/download/0.6.4/sheldon-0.6.4-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 754f7782066bbc6f37aa00e368fa2bc3599188cdbbb4acc2dbcfd3567c4f4fd0
+ source = sheldon-v0.6.5.tar.gz::https://github.com/rossmacarthur/sheldon/releases/download/0.6.5/sheldon-0.6.5-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = b18df48386dcca25bdbab0d5bc37febb0dae7647ecedd6badc81082dde119d24
pkgname = sheldon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 52ba6ba95e99..590ad91e492a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='sheldon-bin'
_pkgname='sheldon'
-pkgver=0.6.4
+pkgver=0.6.5
pkgrel=1
pkgdesc='A fast, configurable, shell plugin manager '
arch=('x86_64')
@@ -15,7 +15,7 @@ conflicts=('sheldon')
source=(
"${_pkgname}-v${pkgver}.tar.gz::$url/releases/download/${pkgver}/${_pkgname}-${pkgver}-${CARCH}-unknown-linux-musl.tar.gz"
)
-sha256sums=('754f7782066bbc6f37aa00e368fa2bc3599188cdbbb4acc2dbcfd3567c4f4fd0')
+sha256sums=('b18df48386dcca25bdbab0d5bc37febb0dae7647ecedd6badc81082dde119d24')
package() {
install -Dm755 "${_pkgname}" "$pkgdir/usr/bin/${_pkgname}"