makedeb


fish 1:3.7.1-2


The user-friendly command line shell.

Click here to go back to the commit logs for fish.

Commit:


Hash: aede7a3f7f81dafd03dc56e37ce99be9eee542af

Message: v3.6.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e2b621f..fc7ff84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ epoch = 1
 pkgbase = fish
 pkgdesc = The user-friendly command line shell.
 pkgrel = 0
-pkgver = 3.6.0
+pkgver = 3.6.1
 url = https://fishshell.com/
 arch = amd64
 arch = arm64
@@ -17,8 +17,8 @@ makedepends = build-essential
 makedepends = cmake
 makedepends = libncurses-dev
 makedepends = libpcre2-dev
-source = https://github.com/fish-shell/fish-shell/releases/download/3.6.0/fish-3.6.0.tar.xz
-sha256sums = 97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181
+source = https://github.com/fish-shell/fish-shell/releases/download/3.6.1/fish-3.6.1.tar.xz
+sha256sums = 55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2
 makedepends = build-essential
 makedepends = cmake
 makedepends = libncurses-dev
diff --git a/PKGBUILD b/PKGBUILD
index 9239e4f..9b338af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=fish
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=0
 epoch=1
 depends=(
@@ -15,7 +15,7 @@ source=(
   "https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
 )
 sha256sums=(
-  "97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181"
+  "55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2"
 )
 
 build() {