Daurnimator pushed to branch main at Arch Linux / Packaging / Packages /
seaweedfs
Commits:
1132b82b by Daurnimator at 2024-09-13T14:48:52+10:00
upgpkg: 3.73-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = seaweedfs
pkgdesc = Simple and highly scalable distributed file system
- pkgver = 3.72
- pkgrel = 2
+ pkgver = 3.73
+ pkgrel = 1
url = https://github.com/seaweedfs/seaweedfs
arch = x86_64
license = Apache-2.0
makedepends = go
depends = glibc
depends = mailcap
- source =
https://github.com/seaweedfs/seaweedfs/archive/3.72/seaweedfs-3.72.tar.gz
- sha256sums =
5f1912bacb16bf33bc508c46444921f2982bfda06b5077636f5bf78b646db346
+ source =
https://github.com/seaweedfs/seaweedfs/archive/3.73/seaweedfs-3.73.tar.gz
+ sha256sums =
ea532d8cd196a595cb3d691e26df4f78767e30bc2ce56b1d0d968121495fc0a4
pkgname = seaweedfs
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: krevedko <helllamer-gmail.com>
pkgname=seaweedfs
-pkgver=3.72
-pkgrel=2
+pkgver=3.73
+pkgrel=1
pkgdesc="Simple and highly scalable distributed file system"
arch=('x86_64')
url=https://github.com/seaweedfs/seaweedfs
@@ -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=('5f1912bacb16bf33bc508c46444921f2982bfda06b5077636f5bf78b646db346')
+sha256sums=('ea532d8cd196a595cb3d691e26df4f78767e30bc2ce56b1d0d968121495fc0a4')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/seaweedfs/-/commit/1132b82b75876ac99f3da1884c0aec75d052e79c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/seaweedfs/-/commit/1132b82b75876ac99f3da1884c0aec75d052e79c
You're receiving this email because of your account on gitlab.archlinux.org.