summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorIcefox2020-07-15 11:26:35 +0300
committerIcefox2020-07-15 11:26:35 +0300
commit69c235133300d7b63a3f5b0160f9a40b38e5d013 (patch)
tree2f2cc0699f859db91e98d4f836025de8dd0cffa3 /update.sh
parent521d2b8599faba73aa2d0f21f0b860785944102a (diff)
downloadaur-69c235133300d7b63a3f5b0160f9a40b38e5d013.tar.gz
Updated to v. 1.0.225
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100755
index 000000000000..53d19323bd68
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+cd ~/projects/AUR/joplin-appimage
+mksrcinfo && git add . && git commit -am "Updated to v. 1.0.225" && git push origin master