summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxt12212023-12-10 10:02:13 +0800
committerwxt12212023-12-10 10:02:13 +0800
commit371d461ffcedbf817a5de0f3c37a52300e305096 (patch)
treed232f92fdfc606dd03e3aecb5dc0dd75a471245e
parenta4e733464e94d1edb98f17b0f61450c359141764 (diff)
downloadaur-371d461ffcedbf817a5de0f3c37a52300e305096.tar.gz
bump to the newest
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 329b3efa8f80..61f8ca4c900a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-docs
pkgdesc = Rust documentations.
- pkgver = 1.74.0
+ pkgver = 1.74.1
pkgrel = 1
epoch = 1
url = https://www.rust-lang.org/
@@ -8,7 +8,7 @@ pkgbase = rust-docs
license = Apache
license = MIT
options = docs
- source = https://static.rust-lang.org/dist/rust-docs-1.74.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = b7d4ec862689467fe4de170edcb8e8e737a2ae749d265122cbdaf9f46c539b8e
+ source = https://static.rust-lang.org/dist/rust-docs-1.74.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 611d327f306033d6be740fd2088014aaf716fabe78ddc06e6233a60324da919d
pkgname = rust-docs
diff --git a/PKGBUILD b/PKGBUILD
index b3d22d776afe..8b902f9cc55c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=rust-docs
epoch=1
-pkgver=1.74.0
+pkgver=1.74.1
pkgrel=1
pkgdesc="Rust documentations."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://www.rust-lang.org/"
license=('Apache' 'MIT')
options=('docs')
source=("https://static.rust-lang.org/dist/rust-docs-${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz")
-sha256sums=('b7d4ec862689467fe4de170edcb8e8e737a2ae749d265122cbdaf9f46c539b8e')
+sha256sums=('611d327f306033d6be740fd2088014aaf716fabe78ddc06e6233a60324da919d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}-${CARCH}-unknown-linux-gnu/${pkgname}/share/doc/"