Skip to content

Commit

Permalink
contrib/syncthing: update to 1.27.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed May 9, 2024
1 parent e3cc655 commit 9e5ace8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/syncthing/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "syncthing"
pkgver = "1.27.6"
pkgrel = 1
pkgver = "1.27.7"
pkgrel = 0
build_style = "go"
make_build_args = [
f"-ldflags=-X github.com/syncthing/syncthing/lib/build.Version=v{pkgver}",
Expand All @@ -21,7 +21,7 @@
license = "MPL-2.0"
url = "https://syncthing.net"
source = f"https://github.com/syncthing/syncthing/archive/v{pkgver}.tar.gz"
sha256 = "7db43491488263379d7e240207eb3c3e4eff7bdbefe5fd3b8f902c154e338e30"
sha256 = "26c57b75663fb892ea19f077124a2dcf89fbc1cf55bd9e94b5e0495af41c9ff2"


def pre_build(self):
Expand Down

0 comments on commit 9e5ace8

Please sign in to comment.