summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6620f52211ce..add82678a3e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Xuanwo <xuanwo.cn#gmail.com>
pkgname=elvish-bin
-pkgver=0.11
-pkgrel=2
+pkgver=0.12
+pkgrel=1
pkgdesc="A friendly and expressive Unix shell."
arch=('x86_64')
url="https://github.com/elves/elvish"
@@ -10,11 +10,11 @@ license=('custom:2-clause BSD')
provides=('elvish')
depends=('glibc')
source=(
- "https://dl.elvish.io/elvish-linux-amd64-${pkgver}.tar.gz"
+ "https://dl.elv.sh/elvish-linux-amd64-${pkgver}.tar.gz"
"LICENSE"
)
sha256sums=(
- 'a4e04feb2c18fe5996aa4f93951a84c9b7d97025c7d530230c2ea8e24503a637'
+ '3dabcce5b8c4c6a277ff5b31793dab728fef952180c82099de7303ee43a001bc'
'1912e3785c0eb8d78e0ceed945b32596c11d0f9088aa5c1ad8f18f134f08c500'
)
install=elvish.install