diff --git a/_servicedata b/_servicedata
index d76b5ef..cf8c3d8 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
git://github.com/mobile-shell/mosh.git
- b1da7005358b4a550e31faa646cf1cf116700412
\ No newline at end of file
+ 03087e7a761df300c2d8cd6e072890f8e1059dfa
\ No newline at end of file
diff --git a/mosh-1.3.2+20190710.tar.xz b/mosh-1.3.2+20190710.tar.xz
deleted file mode 100644
index 522b798..0000000
--- a/mosh-1.3.2+20190710.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6b4f43f6149c185bead0ff7d0f8925e3f3e5d24b885ebbe7c76526193023e375
-size 162016
diff --git a/mosh-1.3.2+20200518.tar.xz b/mosh-1.3.2+20200518.tar.xz
new file mode 100644
index 0000000..0d6f0c8
--- /dev/null
+++ b/mosh-1.3.2+20200518.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d11fae240c8309ee86faa41d6bc77c37ec6cb717d200d142eecf2f0ec7ccf800
+size 161800
diff --git a/mosh.changes b/mosh.changes
index 38f893b..1255845 100644
--- a/mosh.changes
+++ b/mosh.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Sat Jan 09 16:48:34 UTC 2021 - idonmez@suse.com
+
+- Update to version 1.3.2+20200518:
+ * If exec()ing the remote command fails, pause briefly
+ * Move generated includes to their own directory to avoid conflicts.
+ * Use Travis Homebrew addon.
+ * "Fix" Travis OS X builds.
+ * configure: Add test for whether protoc matches protobuf
+ * configure: Fix FD_ISSET test under -Werror
+ * configure: Fix forkpty test code indentation
+ * configure: Remove unused tests
+ * configure: Set language to C++ globally
+
-------------------------------------------------------------------
Wed Jul 24 12:53:19 UTC 2019 - matthias.gerstner@suse.com
diff --git a/mosh.spec b/mosh.spec
index 264e654..18253e7 100644
--- a/mosh.spec
+++ b/mosh.spec
@@ -1,7 +1,7 @@
#
# spec file for package mosh
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2012 Flavio Castelli.
#
# All modifications and additions to the file contributed by third parties
@@ -13,17 +13,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: mosh
-Version: 1.3.2+20190710
+Version: 1.3.2+20200518
Release: 0
Summary: The mobile shell
License: GPL-3.0-or-later
Group: Productivity/Networking/SSH
-Url: https://mosh.org/
+URL: https://mosh.org/
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake