Daurnimator pushed to branch main at Arch Linux / Packaging / Packages /
seaweedfs
Commits:
170fe864 by Daurnimator at 2024-10-04T15:06:58+10:00
upgpkg: 3.75-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = seaweedfs
pkgdesc = Simple and highly scalable distributed file system
- pkgver = 3.74
+ pkgver = 3.75
pkgrel = 1
url = https://github.com/seaweedfs/seaweedfs
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = seaweedfs
makedepends = go
depends = glibc
depends = mailcap
- source =
https://github.com/seaweedfs/seaweedfs/archive/3.74/seaweedfs-3.74.tar.gz
- sha256sums =
91eb100d28244f82eabce787f759dcb7c5d6ddc29af2fd1c8b57d265dbf8b0d5
+ source =
https://github.com/seaweedfs/seaweedfs/archive/3.75/seaweedfs-3.75.tar.gz
+ sha256sums =
b84cf51b6cd5d2e341df19988c01ce8499a90b7656c14d51ce2ef126459aaada
pkgname = seaweedfs
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=3.74
+pkgver=3.75
pkgrel=1
pkgdesc="Simple and highly scalable distributed file system"
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('Apache-2.0')
depends=('glibc' 'mailcap')
makedepends=('go')
source=(https://github.com/seaweedfs/seaweedfs/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('91eb100d28244f82eabce787f759dcb7c5d6ddc29af2fd1c8b57d265dbf8b0d5')
+sha256sums=('b84cf51b6cd5d2e341df19988c01ce8499a90b7656c14d51ce2ef126459aaada')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/seaweedfs/-/commit/170fe864a085239b99d9cbef86d476d419e6cbb3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/seaweedfs/-/commit/170fe864a085239b99d9cbef86d476d419e6cbb3
You're receiving this email because of your account on gitlab.archlinux.org.