summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordotiful2021-07-18 15:27:26 +0300
committerdotiful2021-07-18 15:27:26 +0300
commit1dee52812e4e9dbce5a93e4e85c37d382bec1145 (patch)
tree2c0f31ee75b6060614354f75a8140b746e3407d4
parentccc1fadf408eb98fddfd116c10986cc8c54b1ea4 (diff)
downloadaur-1dee52812e4e9dbce5a93e4e85c37d382bec1145.tar.gz
version 0.6.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a00c5bc00a49..3113919d21f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = sheldon-bin
pkgdesc = A fast, configurable, shell plugin manager
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/rossmacarthur/sheldon
arch = x86_64
license = MIT
provides = sheldon
conflicts = sheldon
- source = sheldon-v0.6.3.tar.gz::https://github.com/rossmacarthur/sheldon/releases/download/0.6.3/sheldon-0.6.3-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 37409330e000a962b663034e9adee1dd71738ebffe2af374259668629879faa8
+ 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
pkgname = sheldon-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 4c99b99e6077..52ba6ba95e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='sheldon-bin'
_pkgname='sheldon'
-pkgver=0.6.3
+pkgver=0.6.4
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=('37409330e000a962b663034e9adee1dd71738ebffe2af374259668629879faa8')
+sha256sums=('754f7782066bbc6f37aa00e368fa2bc3599188cdbbb4acc2dbcfd3567c4f4fd0')
package() {
install -Dm755 "${_pkgname}" "$pkgdir/usr/bin/${_pkgname}"