summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthynkon2021-06-23 18:26:31 +0200
committerthynkon2021-06-23 18:26:31 +0200
commite44b3fa127645a2fd1acba14957f3955f7d63586 (patch)
treedeb9e1a022da87ded72fb6238a52f39440ba5a5c
parente7074ca93e2cc5145e797bb481ac75f9b2cedb57 (diff)
downloadaur-e44b3fa127645a2fd1acba14957f3955f7d63586.tar.gz
Update to v. 0.6.0-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e93da5c07b86..cd42cb689d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dust-bin
pkgdesc = du + rust = dust. Like du but more intuitive
- pkgver = 0.5.4
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/bootandy/dust
arch = x86_64
@@ -8,10 +8,9 @@ pkgbase = dust-bin
license = Apache
provides = dust
conflicts = dust
- source_x86_64 = https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-x86_64-unknown-linux-musl.tar.gz
- sha256sums_x86_64 = 33e2f90682a29e71a492883bb857ab45aaaa2af361b57a40ea526ff399bf91eb
- source_i686 = https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-i686-unknown-linux-musl.tar.gz
- sha256sums_i686 = 20ea2b5696628824b59b4033d42571c09850bbc314df7e3dc31cfd32bfbd84ed
+ source_x86_64 = https://github.com/bootandy/dust/releases/download/v0.6.0/dust-v0.6.0-x86_64-unknown-linux-musl.tar.gz
+ sha256sums_x86_64 = 585892cc787941bd395f2b09ab1478a943ec2c84b43572a82dd021a6edf7fb64
+ source_i686 = https://github.com/bootandy/dust/releases/download/v0.6.0/dust-v0.6.0-i686-unknown-linux-musl.tar.gz
+ sha256sums_i686 = 2005739406d5785e627142331db318e7f2d8f58c332080991e58af434331d386
pkgname = dust-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 6829c386c115..57c10e9c3afd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dust-bin
_realname="${pkgname%-bin}"
-pkgver=0.5.4
+pkgver=0.6.0
pkgrel=1
pkgdesc="du + rust = dust. Like du but more intuitive"
arch=("x86_64" "i686")
@@ -12,8 +12,8 @@ provides=("${_realname}")
conflicts=("${_realname}")
source_x86_64=("https://github.com/bootandy/${_realname}/releases/download/v${pkgver}/${_realname}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
source_i686=("https://github.com/bootandy/${_realname}/releases/download/v${pkgver}/${_realname}-v${pkgver}-i686-unknown-linux-musl.tar.gz")
-sha256sums_x86_64=('33e2f90682a29e71a492883bb857ab45aaaa2af361b57a40ea526ff399bf91eb')
-sha256sums_i686=('20ea2b5696628824b59b4033d42571c09850bbc314df7e3dc31cfd32bfbd84ed')
+sha256sums_x86_64=('585892cc787941bd395f2b09ab1478a943ec2c84b43572a82dd021a6edf7fb64')
+sha256sums_i686=('2005739406d5785e627142331db318e7f2d8f58c332080991e58af434331d386')
package() {
cd "${srcdir}/${_realname}-v${pkgver}-"*/